Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b25694d

Browse filesBrowse files
refackBridgeAR
authored andcommitted
meta: update note about building on smartOS 16
PR-URL: #25684 Refs: #25683 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 2908e63 commit b25694d
Copy full SHA for b25694d

File tree

Expand file treeCollapse file tree

1 file changed

+5
-14
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-14
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+5-14Lines changed: 5 additions & 14 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.