Vincent Scheib | 4b30c815 | 2022-02-08 02:02:17 | [diff] [blame] | 1 | # Get the code: check out, build, and run Chromium. |
| 2 | |
| 3 | [Browse or Search Chromium Code](https://source.chromium.org/chromium) online. |
dpranke | 0ae7cad | 2016-11-30 07:47:58 | [diff] [blame] | 4 | |
| 5 | Chromium supports building on Windows, Mac and Linux host systems. |
| 6 | |
dpranke | 0ae7cad | 2016-11-30 07:47:58 | [diff] [blame] | 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 | |
Vincent Scheib | 4b30c815 | 2022-02-08 02:02:17 | [diff] [blame] | 12 | * [Android](android_build_instructions.md) (Build on Linux) |
| 13 | * [Android Cast](android_cast_build_instructions.md) (Build on Linux) |
| 14 | * [Chrome OS](chromeos_build_instructions.md) (Build on Linux) |
Chong Gu | 4749ec1 | 2021-02-17 01:41:06 | [diff] [blame] | 15 | * [Fuchsia](fuchsia/build_instructions.md) |
Vincent Scheib | 4b30c815 | 2022-02-08 02:02:17 | [diff] [blame] | 16 | * [iOS](ios/build_instructions.md) (Build on Mac) |
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) |