0

Update Mac build instructions for installing command line tools.

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}
This commit is contained in:
dominicc
2016-05-23 15:08:03 -07:00
committed by Commit bot
parent 8679c20d13
commit a4e4c9973e

@ -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