Skip to content

Commit 2abaa86

Browse files
bnoordhuisaddaleax
authored andcommitted
doc: update minimum g++ version to 4.9.4
The 4.8.x releases don't fully support C++11. Update the prerequisites for node.js 8 so that we won't have to work around compiler bugs in the future. To be decided if we should also update the minimum clang version. I believe clang 3.4.2 properly supports C++11 but am not 100% sure. PR-URL: #13466 Ref: #11840 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Nikolai Vavilov <[email protected]>
1 parent 241e6f2 commit 2abaa86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Depending on host platform, the selection of toolchains may vary.
6565

6666
#### Unix
6767

68-
* GCC 4.8.5 or newer
68+
* GCC 4.9.4 or newer
6969
* Clang 3.4.2 or newer
7070

7171
#### Windows
@@ -80,8 +80,8 @@ Depending on host platform, the selection of toolchains may vary.
8080

8181
Prerequisites:
8282

83-
* `gcc` and `g++` 4.8.5 or newer, or
84-
* `clang` and `clang++` 3.4.2 or newer
83+
* `gcc` and `g++` 4.9.4 or newer, or
84+
* `clang` and `clang++` 3.4.2 or newer (macOS: latest Xcode Command Line Tools)
8585
* Python 2.6 or 2.7
8686
* GNU Make 3.81 or newer
8787

0 commit comments

Comments
 (0)