@@ -159,7 +159,7 @@ Depending on the host platform, the selection of toolchains may vary.
159159| ---------------- | -------------------------------------------------------------- |
160160| Linux | GCC >= 6.3 |
161161| 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) |
163163
164164### Official binary platforms and toolchains
165165
@@ -168,7 +168,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
168168| Binary package | Platform and Toolchain |
169169| --------------------- | ------------------------------------------------------------------------ |
170170| 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 |
172172| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
173173| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [ custom GCC toolchain] ( https://github.com/rvagg/rpi-newer-crosstools ) |
174174| 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`.
257257
258258#### macOS prerequisites
259259
260- * Xcode Command Line Tools >= 8 for macOS
260+ * Xcode Command Line Tools >= 10 for macOS
261261* Python (see note above)
262262 * Python 2.7
263263 * Python 3.5, 3.6, and 3.7 are experimental.
0 commit comments