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) |
Euisang Lim | 1f25391 | 2018-04-30 01:46:32 | [diff] [blame] | 13 | * [Android Cast](android_cast_build_instructions.md) |
| 14 | * [Chrome OS](chromeos_build_instructions.md) |
Scott Graham | 6b17c652 | 2018-09-25 20:39:36 | [diff] [blame] | 15 | * [Fuchsia](fuchsia_build_instructions.md) |
michaeldo | 8cccf214 | 2017-03-06 22:12:02 | [diff] [blame] | 16 | * [iOS](ios/build_instructions.md) |
Tom Anderson | 93e49e49 | 2019-12-23 19:55:37 | [diff] [blame] | 17 | * [Linux](linux/build_instructions.md) |
| 18 | * [Linux Cast](linux/cast_build_instructions.md) |
dpranke | 0ae7cad | 2016-11-30 07:47:58 | [diff] [blame] | 19 | * [Mac](mac_build_instructions.md) |
| 20 | * [Windows](windows_build_instructions.md) |