Skip to content

Commit

Permalink
Update build.md to remove min version of Rust (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
lehnberg authored Feb 4, 2020
1 parent ba129b2 commit 6c52865
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ What's working so far?

## Requirements

* rust 1.34+ (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`
* rust: Install using rustup: https://rustup.rs
* 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
* ncurses and libs (ncurses, ncursesw5)
* zlib libs (zlib1g-dev or zlib-devel)
Expand Down

0 comments on commit 6c52865

Please sign in to comment.