fix: add clang install info

This commit is contained in:
Michael Vines 2018-11-01 10:06:06 -07:00
parent add7a00ace
commit b1e811473a
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ $ npm install --save @solana/web3.js
<script src="https://github.com/solana-labs/solana-web3.js/releases/download/v0.0.6/solanaWeb3.min.js"></script>
```
### BPF program development
clang-7.0 must be installed to build BPF programs, such as
`examples/bpf-c-noop/`. See `bpf-sdk/README.md` for installation details
## Usage
### Javascript