@@ -39,23 +39,13 @@ Support is divided into three tiers:
39
39
| GNU/Linux | Tier 1 | kernel >= 2.6.18, glibc >= 2.5 | x86, x64, arm, arm64 | |
40
40
| macOS | Tier 1 | >= 10.10 | x64 | |
41
41
| 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 | |
43
43
| FreeBSD | Tier 2 | >= 10 | x64 | |
44
44
| GNU/Linux | Tier 2 | kernel >= 4.2.0, glibc >= 2.19 | ppc64be | |
45
45
| 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 | |
48
46
| macOS | Experimental | >= 10.8 < 10.10 | x64 | no test coverage |
49
47
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
50
48
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
59
49
60
50
### Supported toolchains
61
51
@@ -64,12 +54,12 @@ Depending on host platform, the selection of toolchains may vary.
64
54
#### Unix
65
55
66
56
* GCC 4.8 or newer
67
- * Clang 3.4 or newer
57
+ * Clang 3.4.1 or newer
68
58
69
59
#### Windows
70
60
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
73
63
or newer
74
64
75
65
## Building Node.js on supported platforms
@@ -79,7 +69,7 @@ Depending on host platform, the selection of toolchains may vary.
79
69
Prerequisites:
80
70
81
71
* ` 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
83
73
* Python 2.6 or 2.7
84
74
* GNU Make 3.81 or newer
85
75
0 commit comments