mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: gcc version is at least 4.8.5 in BUILDING.md
>= 4.8.5 is required because of compiler bugs in earlier versions PR-URL: https://github.com/nodejs/node/pull/11840 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
committed by
James M Snell
parent
7b830f4e4a
commit
746339ef6d
@@ -13,7 +13,7 @@ file a new issue.
|
||||
|
||||
Prerequisites:
|
||||
|
||||
* `gcc` and `g++` 4.8 or newer, or
|
||||
* `gcc` and `g++` 4.8.5 or newer, or
|
||||
* `clang` and `clang++` 3.4 or newer
|
||||
* Python 2.6 or 2.7
|
||||
* GNU Make 3.81 or newer
|
||||
|
||||
Reference in New Issue
Block a user