mirror of https://github.com/nodejs/node.git
doc: update clang version prerequisite
See commit `4877ec0`, where it now warns on a clang++ version older than 3.4. PR-URL: https://github.com/iojs/io.js/pull/1094 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>pull/1090/merge
parent
528d8786ff
commit
e763220f66
|
@ -80,7 +80,7 @@ the binary verification command above.
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
* `gcc` and `g++` 4.8 or newer, or
|
* `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
|
* Python 2.6 or 2.7
|
||||||
* GNU Make 3.81 or newer
|
* GNU Make 3.81 or newer
|
||||||
* libexecinfo (FreeBSD and OpenBSD only)
|
* libexecinfo (FreeBSD and OpenBSD only)
|
||||||
|
|
Loading…
Reference in New Issue