Skip to content

Commit

Permalink
doc: suggest xcode-select --install
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
gibfahn authored and MylesBorins committed Jul 17, 2017
1 parent 7190d06 commit ae00f25
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,12 @@ Prerequisites:
* Python 2.6 or 2.7
* GNU Make 3.81 or newer

On macOS, you will also need:
* [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 -> Downloads`
- This step will install `gcc` and the related toolchain containing `make`

* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
On macOS you will 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 may want to setup [firewall rules](tools/macosx-firewall.sh)
to avoid popups asking to accept incoming network connections when running tests:

```console
Expand Down

0 comments on commit ae00f25

Please sign in to comment.