mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
adding clang dependency to build doc
This commit is contained in:
parent
e83e696a6f
commit
c805f67020
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ In order to compile and run Grin on your machine, you should have installed:
|
|||
|
||||
* <b>Git</b> - to clone the repository
|
||||
* <b>cmake</b> - 3.2 or greater should be installed and on your $PATH. Used by the build to compile the mining plugins found in the included [Cuckoo Miner](https://github.com/mimblewimble/cuckoo-miner)
|
||||
* <b>clang</b> - required by rocksdb dependency, used by grin as a datastore
|
||||
* <b>Rust</b> - 1.21.0 or greater via [Rustup](https://www.rustup.rs/) - Can be installed via your package manager or manually via the following commands:
|
||||
```
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
|
|
Loading…
Reference in a new issue