summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2023-02-25 18:38:43 +0000
committerGitHub <noreply@github.com>2023-02-25 18:38:43 +0000
commitc1bcdbcf79bd56576085146dec4bfcbe28af4882 (patch)
treed2f8ed4e432efe6ae8d572101c55ca13bd1a33a8 /BUILDING.md
parent78b911ddaf519d3ba19af29aafa4e0bbd6e509ac (diff)
downloadnode-new-c1bcdbcf79bd56576085146dec4bfcbe28af4882.tar.gz
build: warn for gcc versions earlier than 10.1
Update the warning threshold for gcc to 10.1 starting from Node.js 20. Builds can still proceed with earlier versions of gcc, but are not guaranteed to work. PR-URL: https://github.com/nodejs/node/pull/46806 Refs: https://github.com/nodejs/node/discussions/45892 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index a3ddd42fd9..3e519343a3 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -152,7 +152,7 @@ Depending on the host platform, the selection of toolchains may vary.
| Operating System | Compiler Versions |
| ---------------- | -------------------------------------------------------------- |
-| Linux | GCC >= 8.3 |
+| Linux | GCC >= 10.1 |
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
| macOS | Xcode >= 11 (Apple LLVM >= 11) |
@@ -223,7 +223,7 @@ The Node.js project supports Python >= 3 for building and testing.
#### Unix prerequisites
-* `gcc` and `g++` >= 8.3 or newer
+* `gcc` and `g++` >= 10.1 or newer
* GNU Make 3.81 or newer
* Python >=3.6 <=3.11 (see note above)
* For test coverage, your Python installation must include pip.