Skip to content

Commit

Permalink
doc: update clang version prerequisite
Browse files Browse the repository at this point in the history
See commit `4877ec0`, where it now warns on a clang++ version older than
3.4.

PR-URL: nodejs#1094
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
brendanashworth committed Mar 7, 2015
1 parent 528d878 commit e763220
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 @@ -80,7 +80,7 @@ the binary verification command above.
Prerequisites:

* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* `clang` and `clang++` 3.4 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)
Expand Down

0 comments on commit e763220

Please sign in to comment.