mirror of
https://github.com/rust-lang/rust
synced 2024-11-02 10:21:05 +00:00
Note that later versions of G++ are okay
G++ 4.7 is the minimum requirement, but later versions are also okay.
This commit is contained in:
parent
2a815a26c8
commit
08207c9b52
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Read ["Installing Rust"] from [The Book].
|
|||
|
||||
1. Make sure you have installed the dependencies:
|
||||
|
||||
* `g++` 4.7 or `clang++` 3.x
|
||||
* `g++` 4.7 or later or `clang++` 3.x
|
||||
* `python` 2.7 (but not 3.x)
|
||||
* GNU `make` 3.81 or later
|
||||
* `curl`
|
||||
|
|
Loading…
Reference in a new issue