mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
doc: give more attention to Catalina issues doc
It's easy to miss the Catalina issues doc when reading the readme. Since it can be a common issue among developers, it makes sense to give more attention to it in the readme. PR-URL: https://github.com/nodejs/node-gyp/pull/2134 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
963f2a7b48
commit
9aed6286a3
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ Depending on your operating system, you will need to install:
|
||||||
|
|
||||||
### On macOS
|
### On macOS
|
||||||
|
|
||||||
|
**ATTENTION**: If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).
|
||||||
|
|
||||||
* Python v2.7, v3.5, v3.6, v3.7, or v3.8
|
* Python v2.7, v3.5, v3.6, v3.7, or v3.8
|
||||||
* [Xcode](https://developer.apple.com/xcode/download/)
|
* [Xcode](https://developer.apple.com/xcode/download/)
|
||||||
* You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`.
|
* You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`.
|
||||||
* If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).
|
|
||||||
|
|
||||||
### On Windows
|
### On Windows
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue