@@ -39,23 +39,13 @@ Support is divided into three tiers:
3939| GNU/Linux | Tier 1 | kernel >= 2.6.18, glibc >= 2.5 | x86, x64, arm, arm64 | |
4040| macOS | Tier 1 | >= 10.10 | x64 | |
4141| Windows | Tier 1 | >= Windows 7 or >= Windows2008R2 | x86, x64 | |
42- | SmartOS | Tier 2 | >= 14 < 16.4 | x86, x64 | see note1 |
42+ | SmartOS | Tier 2 | >= 14 | x86, x64 | |
4343| FreeBSD | Tier 2 | >= 10 | x64 | |
4444| GNU/Linux | Tier 2 | kernel >= 4.2.0, glibc >= 2.19 | ppc64be | |
4545| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le | |
46- | AIX | Tier 2 | >= 6.1 TL09 | ppc64be | |
47- | GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
4846| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
4947| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
5048
51- note1 - The gcc4.8-libs package needs to be installed, because node
52- binaries have been built with GCC 4.8, for which runtime libraries are not
53- installed by default. For these node versions, the recommended binaries
54- are the ones available in pkgsrc, not the one available from nodejs.org.
55- Note that the binaries downloaded from the pkgsrc repositories are not
56- officially supported by the Node.js project, and instead are supported
57- by Joyent. SmartOS images >= 16.4 are not supported because
58- GCC 4.8 runtime libraries are not available in their pkgsrc repository
5949
6050### Supported toolchains
6151
@@ -64,12 +54,12 @@ Depending on host platform, the selection of toolchains may vary.
6454#### Unix
6555
6656* GCC 4.8 or newer
67- * Clang 3.4 or newer
57+ * Clang 3.4.1 or newer
6858
6959#### Windows
7060
71- * Building Node: Visual Studio 2015 or Visual C++ Build Tools 2015 or newer
72- * Building native add-ons: Visual Studio 2013 or Visual C++ Build Tools 2015
61+ * Building Node: Visual Studio 2013 or Visual C++ Build Tools 2013 or newer
62+ * Building native add-ons: Visual Studio 2013 or Visual C++ Build Tools 2013
7363 or newer
7464
7565## Building Node.js on supported platforms
@@ -79,7 +69,7 @@ Depending on host platform, the selection of toolchains may vary.
7969Prerequisites:
8070
8171* ` gcc ` and ` g++ ` 4.8 or newer, or
82- * ` clang ` and ` clang++ ` 3.4 or newer
72+ * ` clang ` and ` clang++ ` 3.4.1 or newer
8373* Python 2.6 or 2.7
8474* GNU Make 3.81 or newer
8575
0 commit comments