mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
Update necessary rust version in build doc (#1258)
* Update necessary rust version in build doc * Add 'rustup update' as option in build docs
This commit is contained in:
parent
a6af94a76f
commit
bff0c6b6c6
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ If you decide to use a persistent storage (e.g. ```-v grin:/usr/src/grin```) you
|
|||
|
||||
## Requirements
|
||||
|
||||
- rust 1.24+ (use [rustup]((https://www.rustup.rs/))- i.e. `curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env`)
|
||||
- rust 1.26+ (use [rustup]((https://www.rustup.rs/))- i.e. `curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env`)
|
||||
- if rust is already installed, you can simply update version with `rustup update`
|
||||
- rocksdb + libs for compiling rocksdb:
|
||||
- clang (clanglib or clang-devel or libclang-dev)
|
||||
- llvm (Fedora llvm-devel, Debian llvm-dev)
|
||||
|
|
Loading…
Reference in a new issue