OLD | NEW |
(Empty) | |
| 1 # Get the code: check out, build, and run Chromium. |
| 2 |
| 3 Chromium supports building on Windows, Mac and Linux host systems. |
| 4 |
| 5 Linux is required for building Android, and a Mac is required for building iOS. |
| 6 |
| 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 |
| 9 all over the place, we have a self-contained page for each configuration |
| 10 you might want to build: |
| 11 |
| 12 * [Android](android_build_instructions.md) |
| 13 * [Cast](cast_build_instructions.md) |
| 14 * [ChromeOS](chromeos_build_instructions.md) |
| 15 * [iOS](ios_build_instructions.md) |
| 16 * [Linux](linux_build_instructions.md) |
| 17 * [Mac](mac_build_instructions.md) |
| 18 * [Windows](windows_build_instructions.md) |
OLD | NEW |