Skip to content

Commit 60a4083

Browse files
ktrongnhanrvagg
authored andcommitted
doc: update xcode install instructions to match Node's BUILDING
PR-URL: #1884 Reviewed-By: Rod Vagg <[email protected]>
1 parent 19dbc9a commit 60a4083

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ You will also need to install:
3535

3636
* `python` (`v2.7` recommended, `v3.x.x` is __*not*__ supported) (already installed on macOS)
3737
* [Xcode](https://developer.apple.com/xcode/download/)
38-
* 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)
39-
* This step will install `gcc` and the related toolchain containing `make`
38+
* 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`.
4039

4140
### On Windows
4241

0 commit comments

Comments
 (0)