mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Update README.md to use the correct cmake version number
LLVM requires at least cmake 3.13.4 and cmake is only required to build LLVM. Also closes #42555
This commit is contained in:
parent
3a5d45f68c
commit
52d9792bc8
@ -31,7 +31,7 @@ by running `./x.py --help` or reading the [rustc dev guide][rustcguidebuild].
|
|||||||
* `g++` 5.1 or later or `clang++` 3.5 or later
|
* `g++` 5.1 or later or `clang++` 3.5 or later
|
||||||
* `python` 3 or 2.7
|
* `python` 3 or 2.7
|
||||||
* GNU `make` 3.81 or later
|
* GNU `make` 3.81 or later
|
||||||
* `cmake` 3.4.3 or later
|
* `cmake` 3.13.4 or later
|
||||||
* `ninja`
|
* `ninja`
|
||||||
* `curl`
|
* `curl`
|
||||||
* `git`
|
* `git`
|
||||||
|
Loading…
Reference in New Issue
Block a user