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

Side by Side Diff: docs/old_mac_build_instructions.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Mac Build Instructions 1 # Mac Build Instructions
2 2
3 **Generally, this page is obsolete and you should look at
4 [the new page instead](mac_build_instructions.md).**
5
3 [TOC] 6 [TOC]
4 7
5 Google employee? See [go/building-chrome-mac](https://goto.google.com/building-c hrome-mac) for extra tips. 8 Google employee? See [go/building-chrome-mac](https://goto.google.com/building-c hrome-mac) for extra tips.
6 9
7 ## Prerequisites 10 ## Prerequisites
8 11
9 * A Mac running 10.9+. 12 * A Mac running 10.9+.
10 * [Xcode](https://developer.apple.com/xcode) 7.3+. 13 * [Xcode](https://developer.apple.com/xcode) 7.3+.
11 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools). 14 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools).
12 * The OSX 10.10 SDK. Run 15 * The OSX 10.10 SDK. Run
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 ``` 200 ```
198 201
199 the Xcode license hasn't been accepted yet which (contrary to the message) any 202 the Xcode license hasn't been accepted yet which (contrary to the message) any
200 user can do by running: 203 user can do by running:
201 204
202 xcodebuild -license 205 xcodebuild -license
203 206
204 Only accepting for all users of the machine requires root: 207 Only accepting for all users of the machine requires root:
205 208
206 sudo xcodebuild -license 209 sudo xcodebuild -license
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698