Skip to content

Commit

Permalink
Update Mac build instructions for installing command line tools.
Browse files Browse the repository at this point in the history
Mac builds require OS X 10.9; since 10.9 it is possible to install the
command line tools using xcode-select. The command line tools aren't
always available in Xcode Preferences > Downloads.

BUG=none

Review-Url: https://codereview.chromium.org/1997593002
Cr-Commit-Position: refs/heads/master@{#395431}
  • Loading branch information
dominiccooney authored and Commit bot committed May 23, 2016
1 parent 8679c20 commit a4e4c99
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/mac_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
* A Mac running 10.9+.
* [Xcode](https://developer.apple.com/xcode) 5+.
* [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools).
* Install Xcode's "Command Line Tools" via Xcode menu -> Preferences ->
Downloads
* Xcode Command Line Tools. Run
```
xcode-select --install
```
to install them.
* The OSX 10.10 SDK. Run
```sh
```
ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs
```
to check whether you have it. If you don't have it, you need to get one from
Expand Down

0 comments on commit a4e4c99

Please sign in to comment.