Add convenience script to download performance libraries

This commit is contained in:
Michael Vines
2018-06-20 15:11:59 -07:00
parent 410272ee1d
commit 89fc0ad7a9
4 changed files with 27 additions and 26 deletions

View File

@@ -95,7 +95,7 @@ To run a performance-enhanced fullnode on Linux, download `libcuda_verify_ed2551
it by adding `--features=cuda` to the line that runs `solana-fullnode` in `leader.sh`.
```bash
$ wget https://solana-build-artifacts.s3.amazonaws.com/v0.5.0/libcuda_verify_ed25519.a
$ ./fetch-perf-libs.sh
$ cargo run --release --features=cuda --bin solana-fullnode -- -l leader.json < genesis.log
```