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

Side by Side Diff: docs/mac_build_instructions.md

Issue 2544963002: Remove links to old build instructions. (Closed)
Patch Set: 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 # Checking out and building Chromium for Mac 1 # Checking out and building Chromium for Mac
2 2
3 There are instructions for other platforms linked from the 3 There are instructions for other platforms linked from the
4 [get the code](get_the_code.md) page. 4 [get the code](get_the_code.md) page.
5 5
6 **See also [the old version of this page](old_mac_build_instructions.md).**
7
8 ## Instructions for Google Employees 6 ## Instructions for Google Employees
9 7
10 Are you a Google employee? See 8 Are you a Google employee? See
11 [go/building-chrome](https://goto.google.com/building-chrome) instead. 9 [go/building-chrome](https://goto.google.com/building-chrome) instead.
12 10
13 [TOC] 11 [TOC]
14 12
15 ## System requirements 13 ## System requirements
16 14
17 * A 64-bit Mac running 10.9+. 15 * A 64-bit Mac running 10.9+.
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 276
279 ```shell 277 ```shell
280 $ xcodebuild -license 278 $ xcodebuild -license
281 ``` 279 ```
282 280
283 Only accepting for all users of the machine requires root: 281 Only accepting for all users of the machine requires root:
284 282
285 ```shell 283 ```shell
286 $ sudo xcodebuild -license 284 $ sudo xcodebuild -license
287 ``` 285 ```
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698