dpranke | 0ae7cad | 2016-11-30 07:47:58 | [diff] [blame] | 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) |
dpranke | 1a70d0c | 2016-12-01 02:42:29 | [diff] [blame] | 13 | * [Cast](old_cast_build_instructions.md) |
derat | 8171050 | 2017-02-22 17:57:55 | [diff] [blame] | 14 | * [Chrome OS](old_chromeos_build_instructions.md) |
dpranke | 0ae7cad | 2016-11-30 07:47:58 | [diff] [blame] | 15 | * [iOS](ios_build_instructions.md) |
| 16 | * [Linux](linux_build_instructions.md) |
| 17 | * [Mac](mac_build_instructions.md) |
| 18 | * [Windows](windows_build_instructions.md) |