Skip to content

Commit 3bee2eb

Browse files
committed
doc: add supported platforms list for v6.x
Original Commit Message: PR-URL: nodejs#11943 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-Of: nodejs#11943
1 parent 3401a27 commit 3bee2eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BUILDING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ 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 | >= 15 < 16.4 | x86, x64 | see note1 |
42+
| SmartOS | Tier 2 | >= 14 < 16.4 | x86, x64 | see note1 |
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 | |
@@ -63,8 +63,8 @@ Depending on host platform, the selection of toolchains may vary.
6363

6464
#### Unix
6565

66-
* GCC 4.8.5 or newer
67-
* Clang 3.4.1 or newer
66+
* GCC 4.8 or newer
67+
* Clang 3.4 or newer
6868

6969
#### Windows
7070

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ the binary verification command above.
132132
## Building Node.js
133133

134134
See [BUILDING.md](BUILDING.md) for instructions on how to build
135-
Node.js from source.
135+
Node.js from source along with a list of officially supported platforms.
136136

137137
## Security
138138

0 commit comments

Comments
 (0)