From a4e4c9973eceb766276d54970367532ef134b949 Mon Sep 17 00:00:00 2001 From: dominicc Date: Mon, 23 May 2016 15:08:03 -0700 Subject: [PATCH] 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} --- docs/mac_build_instructions.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md index 83eb887c44186b..818b2e3cc743af 100644 --- a/docs/mac_build_instructions.md +++ b/docs/mac_build_instructions.md @@ -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