Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: docs/mac_build_instructions.md

Issue 1997593002: Update Mac build instructions for installing command line tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/mac_build_instructions.md
diff --git a/docs/mac_build_instructions.md b/docs/mac_build_instructions.md
index 83eb887c44186b3e3e57ebeb0ae1edd6a0c75440..818b2e3cc743af8032797dc9fe2f47851c87e3b8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698