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

Side by Side Diff: docs/mac_build_instructions.md

Issue 2344583002: Add a link to extra Mac build tips for Google employees. (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Mac Build Instructions 1 # Mac Build Instructions
2 2
3 [TOC] 3 [TOC]
4 4
5 Google employee? See [go/building-chrome-mac](https://goto.google.com/building-c hrome-mac) for extra tips.
6
5 ## Prerequisites 7 ## Prerequisites
6 8
7 * A Mac running 10.9+. 9 * A Mac running 10.9+.
8 * [Xcode](https://developer.apple.com/xcode) 7.3+. 10 * [Xcode](https://developer.apple.com/xcode) 7.3+.
9 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools). 11 * [depot\_tools](http://dev.chromium.org/developers/how-tos/depottools).
10 * The OSX 10.10 SDK. Run 12 * The OSX 10.10 SDK. Run
11 ``` 13 ```
12 ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs 14 ls `xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs
13 ``` 15 ```
14 to check whether you have it. Building with the 10.11 SDK works too, but 16 to check whether you have it. Building with the 10.11 SDK works too, but
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 ``` 197 ```
196 198
197 the Xcode license hasn't been accepted yet which (contrary to the message) any 199 the Xcode license hasn't been accepted yet which (contrary to the message) any
198 user can do by running: 200 user can do by running:
199 201
200 xcodebuild -license 202 xcodebuild -license
201 203
202 Only accepting for all users of the machine requires root: 204 Only accepting for all users of the machine requires root:
203 205
204 sudo xcodebuild -license 206 sudo xcodebuild -license
OLDNEW
« 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