Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-03-23 12:48:45 +0300
committergengjiawen <technicalcute@gmail.com>2021-03-26 04:23:21 +0300
commit290c158018ac027703a9f672f290953b7050259b (patch)
tree86012754f485bdba18a8e6309a12abcced4f286b /BUILDING.md
parent1ff2918d806c266186943dcb8c9528700ef50c4b (diff)
doc: update minimum supported Xcode to 11
The last version of Xcode 10 was released in 2019. Refs: https://github.com/nodejs/build/issues/2445 PR-URL: https://github.com/nodejs/node/pull/37872 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Ash Cripps <acripps@redhat.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 4d6b758f7ce..b813574a9d6 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -163,7 +163,7 @@ Depending on the host platform, the selection of toolchains may vary.
| ---------------- | -------------------------------------------------------------- |
| Linux | GCC >= 8.3 |
| Windows | Visual Studio >= 2019 with the Windows 10 SDK on a 64-bit host |
-| macOS | Xcode >= 10 (Apple LLVM >= 10) |
+| macOS | Xcode >= 11 (Apple LLVM >= 11) |
### Official binary platforms and toolchains
@@ -255,7 +255,7 @@ Python 3 users may also need to install `python3-distutils`.
#### macOS prerequisites
-* Xcode Command Line Tools >= 10 for macOS
+* Xcode Command Line Tools >= 11 for macOS
* Python (see note above)
* Python 2.7
* Python 3.5, 3.6, 3.7, and 3.8