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:
Demetri Obenour 2016-04-30 17:21:18 -04:00
parent 2a815a26c8
commit 08207c9b52

View file

@ -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`