Skip to content

Commit

Permalink
Auto merge of #33298 - drbo:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Note that later versions of G++ are okay

G++ 4.7 is the minimum requirement, but later versions are also okay.
  • Loading branch information
bors committed May 1, 2016
2 parents a4b0481 + 08207c9 commit adda14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit adda14a

Please sign in to comment.