Skip to content

Commit 52c0c47

Browse files
gibfahnjasnell
authored andcommitted
doc: suggest xcode-select --install
If you don't have the full Xcode installed, the command-line tools are all you need. PR-URL: #13264 Fixes: #6449 Refs: #9215 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 29f19b6 commit 52c0c47

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

BUILDING.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,12 @@ Prerequisites:
8181
* Python 2.6 or 2.7
8282
* GNU Make 3.81 or newer
8383

84-
On macOS, you will also need:
85-
* [Xcode](https://developer.apple.com/xcode/download/)
86-
- You also need to install the `Command Line Tools` via Xcode. You can find
87-
this under the menu `Xcode -> Preferences -> Downloads`
88-
- This step will install `gcc` and the related toolchain containing `make`
89-
90-
* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
84+
On macOS you will need to install the `Xcode Command Line Tools` by running
85+
`xcode-select --install`. Alternatively, if you already have the full Xcode
86+
installed, you can find them under the menu `Xcode -> Open Developer Tool ->
87+
More Developer Tools...`. This step will install `clang`, `clang++`, and
88+
`make`.
89+
* You may want to setup [firewall rules](tools/macosx-firewall.sh)
9190
to avoid popups asking to accept incoming network connections when running tests:
9291

9392
```console

0 commit comments

Comments
 (0)