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

Unified Diff: docs/mac_build_instructions.md

Issue 1369003002: mac: Update build instructions to include details about 10.10 SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from andybons. Created 5 years, 3 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 30c25f960ae0473408fae22bbf1ef90f5fb64cf7..9837e4f08eb54a7022a35b29cec133f4c69d62ce 100644
--- a/docs/mac_build_instructions.md
+++ b/docs/mac_build_instructions.md
@@ -4,7 +4,7 @@
## Prerequisites
-* A Mac running 10.8+.
+* A Mac running 10.9+.
* http://developer.apple.com/tools/xcode/XCode, 5+
* Install
[gclient](http://dev.chromium.org/developers/how-tos/install-depot-tools),
@@ -12,11 +12,14 @@
[depot_tools](http://dev.chromium.org/developers/how-tos/depottools) package
([download](http://dev.chromium.org/developers/how-tos/install-depot-tools)).
gclient is a wrapper around svn that we use to manage our working copies.
-* Install [git](http://code.google.com/p/git-osx-installer/) on OSX 10.8. The
- system git shipping with OS X 10.9 / Xcode 5 works well too.
-* (optional -- required if you don't have some commands such as svn natively)
- Install Xcode's "Command Line Tools" via Xcode menu -> Preferences ->
+* Install Xcode's "Command Line Tools" via Xcode menu -> Preferences ->
Downloads
+* 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
+ an install of Xcode 6, and place it in the above directory.
## Getting the code
« 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