Skip to content

Commit b25694d

Browse files
refackBridgeAR
authored andcommitted
meta: update note about building on smartOS 16
PR-URL: #25684 Refs: #25683 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 2908e63 commit b25694d

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

BUILDING.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -80,34 +80,25 @@ platforms. This is true regardless of entries in the table below.
8080
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x64, arm | |
8181
| GNU/Linux | Tier 1 | kernel >= 3.10, glibc >= 2.17 | arm64 | |
8282
| 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 | |
8585
| FreeBSD | Tier 2 | >= 11 | x64 | |
8686
| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
8787
| AIX | Tier 2 | >= 7.1 TL04 | ppc64be >=power7 | |
8888
| GNU/Linux | Tier 2 | kernel >= 3.10, glibc >= 2.17 | s390x | |
8989
| GNU/Linux | Experimental | kernel >= 2.6.32, glibc >= 2.12 | x86 | limited CI |
9090
| Linux (musl) | Experimental | musl >= 1.0 | x64 | |
9191

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
10293
hosts. Support is experimental for 32-bit hosts.
10394

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
10596
like `mintty` requires the usage of [winpty](https://github.com/rprichard/winpty)
10697
for the tty channels to work correctly (e.g. `winpty node.exe script.js`).
10798
In "Git bash" if you call the node shell alias (`node` without the `.exe`
10899
extension), `winpty` is used automatically.
109100

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
111102
supported, but the GNU/Linux build process and binaries should work. The
112103
community will only address issues that reproduce on native GNU/Linux
113104
systems. Issues that only reproduce on WSL should be reported in the

0 commit comments

Comments
 (0)