Skip to content

Commit

Permalink
doc: update minimum supported Xcode to 11
Browse files Browse the repository at this point in the history
The last version of Xcode 10 was released in 2019.

Refs: nodejs/build#2445

PR-URL: #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>
  • Loading branch information
targos authored and gengjiawen committed Mar 26, 2021
1 parent 1ff2918 commit 290c158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 290c158

Please sign in to comment.