Skip to content

Commit

Permalink
doc: update xcode install instructions to match Node's BUILDING
Browse files Browse the repository at this point in the history
PR-URL: #1884
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
ktrongnhan authored and rvagg committed Sep 26, 2019
1 parent 5d76938 commit 8d4ea7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ You will also need to install:

* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on macOS)
* [Xcode](https://developer.apple.com/xcode/download/)
* You also need to install the `Command Line Tools` via Xcode. You can find this under the menu `Xcode -> Preferences -> Locations` (or by running `xcode-select --install` in your Terminal)
* This step will install `gcc` and the related toolchain containing `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`.

### On Windows

Expand Down

0 comments on commit 8d4ea7f

Please sign in to comment.