diff --git a/doc/build.md b/doc/build.md index a8cd3b4da..90064b0a5 100644 --- a/doc/build.md +++ b/doc/build.md @@ -18,6 +18,7 @@ In order to compile and run Grin on your machine, you should have installed: * Git - to clone the repository * cmake - 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) +* clang - required by rocksdb dependency, used by grin as a datastore * Rust - 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