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

Side by Side Diff: docs/ios_build_instructions.md

Issue 2544963002: Remove links to old build instructions. (Closed)
Patch Set: add prereqs page back in for now 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
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Checking out and building Chromium for iOS 1 # Checking out and building Chromium for iOS
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_ios_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 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom e) instead. 10 Google employee? See [go/building-chrome](https://goto.google.com/building-chrom e) instead.
13 11
14 [TOC] 12 [TOC]
15 13
16 ## System requirements 14 ## System requirements
17 15
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 192
195 ```shell 193 ```shell
196 $ xcodebuild -license 194 $ xcodebuild -license
197 ``` 195 ```
198 196
199 Only accepting for all users of the machine requires root: 197 Only accepting for all users of the machine requires root:
200 198
201 ```shell 199 ```shell
202 $ sudo xcodebuild -license 200 $ sudo xcodebuild -license
203 ``` 201 ```
OLDNEW
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/linux_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698