@@ -80,34 +80,25 @@ platforms. This is true regardless of entries in the table below.
80
80
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm | |
81
81
| GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | |
82
82
| macOS/OS X | Tier 1 | >= 10.11 | x64 | |
83
- | Windows | Tier 1 | >= Windows 7/2008 R2/2012 R2 | x86, x64 | [ 2 ] ( #fn2 ) ,[ 3 ] ( #fn3 ) ,[ 4 ] ( #fn4 ) |
84
- | SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | [ 1 ] ( #fn1 ) |
83
+ | Windows | Tier 1 | >= Windows 7/2008 R2/2012 R2 | x86, x64 | [ 1 ] ( #fn1 ) ,[ 2 ] ( #fn2 ) ,[ 3 ] ( #fn3 ) |
84
+ | SmartOS | Tier 2 | >= 16 | x64 | |
85
85
| FreeBSD | Tier 2 | >= 11 | x64 | |
86
86
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
87
87
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | |
88
88
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
89
89
| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI |
90
90
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
91
91
92
- <em id =" fn1 " >1</em >: The gcc4.8-libs package needs to be installed, because node
93
- binaries have been built with GCC 4.8, for which runtime libraries are not
94
- installed by default. For these node versions, the recommended binaries
95
- are the ones available in pkgsrc, not the one available from nodejs.org.
96
- Note that the binaries downloaded from the pkgsrc repositories are not
97
- officially supported by the Node.js project, and instead are supported
98
- by Joyent. SmartOS images >= 16.4 are not supported because
99
- GCC 4.8 runtime libraries are not available in their pkgsrc repository
100
-
101
- <em id =" fn2 " >2</em >: Tier 1 support for building on Windows is only on 64-bit
92
+ <em id =" fn1 " >1</em >: Tier 1 support for building on Windows is only on 64-bit
102
93
hosts. Support is experimental for 32-bit hosts.
103
94
104
- <em id =" fn3 " >3 </em >: On Windows, running Node.js in Windows terminal emulators
95
+ <em id =" fn2 " >2 </em >: On Windows, running Node.js in Windows terminal emulators
105
96
like ` mintty ` requires the usage of [ winpty] ( https://github.com/rprichard/winpty )
106
97
for the tty channels to work correctly (e.g. ` winpty node.exe script.js ` ).
107
98
In "Git bash" if you call the node shell alias (` node ` without the ` .exe `
108
99
extension), ` winpty ` is used automatically.
109
100
110
- <em id =" fn4 " >4 </em >: The Windows Subsystem for Linux (WSL) is not directly
101
+ <em id =" fn3 " >3 </em >: The Windows Subsystem for Linux (WSL) is not directly
111
102
supported, but the GNU/Linux build process and binaries should work. The
112
103
community will only address issues that reproduce on native GNU/Linux
113
104
systems. Issues that only reproduce on WSL should be reported in the
0 commit comments