@@ -159,7 +159,7 @@ Depending on the host platform, the selection of toolchains may vary.
159
159
| ---------------- | -------------------------------------------------------------- |
160
160
| Linux | GCC >= 6.3 |
161
161
| Windows | Visual Studio >= 2017 with the Windows 10 SDK on a 64-bit host |
162
- | macOS | Xcode >= 8 (Apple LLVM >= 8) |
162
+ | macOS | Xcode >= 10 (Apple LLVM >= 10) |
163
163
164
164
### Official binary platforms and toolchains
165
165
@@ -168,7 +168,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168
168
| Binary package | Platform and Toolchain |
169
169
| --------------------- | ------------------------------------------------------------------------ |
170
170
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
171
- | darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 8 with -mmacosx-version-min=10.10 |
171
+ | darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 |
172
172
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
173
173
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) |
174
174
| linux-ppc64le | CentOS 7 with devtoolset-6 / GCC 6 <sup >[ 7] ( #fn7 ) </sup > |
@@ -257,7 +257,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
257
257
258
258
#### macOS prerequisites
259
259
260
- * Xcode Command Line Tools >= 8 for macOS
260
+ * Xcode Command Line Tools >= 10 for macOS
261
261
* Python (see note above)
262
262
* Python 2.7
263
263
* Python 3.5, 3.6, and 3.7 are experimental.
0 commit comments