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

Side by Side Diff: docs/get_the_code.md

Issue 2543503004: More fixes to the 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
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/ios_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 # Get the code: check out, build, and run Chromium. 1 # Get the code: check out, build, and run Chromium.
2 2
3 Chromium supports building on Windows, Mac and Linux host systems. 3 Chromium supports building on Windows, Mac and Linux host systems.
4 4
5 Linux is required for building Android, and a Mac is required for building iOS. 5 Linux is required for building Android, and a Mac is required for building iOS.
6 6
7 The process for building Chrome is generally the same on all platforms, but 7 The process for building Chrome is generally the same on all platforms, but
8 each platform has a few quirks. In order to keep you from having to jump 8 each platform has a few quirks. In order to keep you from having to jump
9 all over the place, we have a self-contained page for each configuration 9 all over the place, we have a self-contained page for each configuration
10 you might want to build: 10 you might want to build:
11 11
12 * [Android](android_build_instructions.md) 12 * [Android](android_build_instructions.md)
13 * [Cast](cast_build_instructions.md) 13 * [Cast](old_cast_build_instructions.md)
14 * [ChromeOS](chromeos_build_instructions.md) 14 * [ChromeOS](old_chromeos_build_instructions.md)
15 * [iOS](ios_build_instructions.md) 15 * [iOS](ios_build_instructions.md)
16 * [Linux](linux_build_instructions.md) 16 * [Linux](linux_build_instructions.md)
17 * [Mac](mac_build_instructions.md) 17 * [Mac](mac_build_instructions.md)
18 * [Windows](windows_build_instructions.md) 18 * [Windows](windows_build_instructions.md)
OLDNEW
« no previous file with comments | « docs/android_build_instructions.md ('k') | docs/ios_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698