summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2019-09-19 18:33:15 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2019-09-20 15:01:33 -0400
commit9f830f37daf55a2c903153e1681873a8cd61baee (patch)
treebb7b1df8bac0dc9f0ba74c202a25ee13a22496c8 /BUILDING.md
parentac59dc42edb721ede2e5ddc6d1e4945ee2bf1e9c (diff)
downloadandroid-node-v8-9f830f37daf55a2c903153e1681873a8cd61baee.tar.gz
android-node-v8-9f830f37daf55a2c903153e1681873a8cd61baee.tar.bz2
android-node-v8-9f830f37daf55a2c903153e1681873a8cd61baee.zip
build: update minimum Xcode version for macOS
Update the minimum Xcode version for macOS to 10. We'll need this level to incorporate future V8 versions. Refs: https://github.com/nodejs/node/pull/29493 PR-URL: https://github.com/nodejs/node/pull/29622 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 7fed3f9bdd..0e0379265f 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -159,7 +159,7 @@ Depending on the host platform, the selection of toolchains may vary.
| ---------------- | -------------------------------------------------------------- |
| Linux | GCC >= 6.3 |
| Windows | Visual Studio >= 2017 with the Windows 10 SDK on a 64-bit host |
-| macOS | Xcode >= 8 (Apple LLVM >= 8) |
+| macOS | Xcode >= 10 (Apple LLVM >= 10) |
### Official binary platforms and toolchains
@@ -168,7 +168,7 @@ Binaries at <https://nodejs.org/download/release/> are produced on:
| Binary package | Platform and Toolchain |
| --------------------- | ------------------------------------------------------------------------ |
| aix-ppc64 | AIX 7.1 TL05 on PPC64BE with GCC 6 |
-| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 8 with -mmacosx-version-min=10.10 |
+| darwin-x64 (and .pkg) | macOS 10.11, Xcode Command Line Tools 10 with -mmacosx-version-min=10.10 |
| linux-arm64 | CentOS 7 with devtoolset-6 / GCC 6 |
| linux-armv7l | Cross-compiled on Ubuntu 16.04 x64 with [custom GCC toolchain](https://github.com/rvagg/rpi-newer-crosstools) |
| 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`.
#### macOS prerequisites
-* Xcode Command Line Tools >= 8 for macOS
+* Xcode Command Line Tools >= 10 for macOS
* Python (see note above)
* Python 2.7
* Python 3.5, 3.6, and 3.7 are experimental.