mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Update build.md to remove min version of Rust (#3219)
As per https://github.com/mimblewimble/grin-pm/blob/master/notes/20200121-meeting-development.md#decision-no-min-rust-version
This commit is contained in:
parent
ba129b242c
commit
6c528654df
1 changed files with 3 additions and 2 deletions
|
@ -14,8 +14,9 @@ What's working so far?
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* rust 1.34+ (use [rustup]((https://www.rustup.rs/))- i.e. `curl https://sh.rustup.rs -sSf | sh; source $HOME/.cargo/env`)
|
* rust: Install using rustup: https://rustup.rs
|
||||||
* if rust is already installed, you can simply update version with `rustup update`
|
* Grin currently does not support a minimum version of Rust, it is recommended to build using the latest version.
|
||||||
|
* If rust is already installed, you can update to the latest version by running `rustup update`.
|
||||||
* clang
|
* clang
|
||||||
* ncurses and libs (ncurses, ncursesw5)
|
* ncurses and libs (ncurses, ncursesw5)
|
||||||
* zlib libs (zlib1g-dev or zlib-devel)
|
* zlib libs (zlib1g-dev or zlib-devel)
|
||||||
|
|
Loading…
Reference in a new issue