blob: 20b2a02413814b54bfa7f80cb68d82daeee3d74d [file] [log] [blame] [view]
Vincent Scheib4b30c8152022-02-08 02:02:171# Get the code: check out, build, and run Chromium.
2
3[Browse or Search Chromium Code](https://source.chromium.org/chromium) online.
dpranke0ae7cad2016-11-30 07:47:584
5Chromium supports building on Windows, Mac and Linux host systems.
6
dpranke0ae7cad2016-11-30 07:47:587The process for building Chrome is generally the same on all platforms, but
8each platform has a few quirks. In order to keep you from having to jump
9all over the place, we have a self-contained page for each configuration
10you might want to build:
11
Vincent Scheib4b30c8152022-02-08 02:02:1712* [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 Gu4749ec12021-02-17 01:41:0615* [Fuchsia](fuchsia/build_instructions.md)
Vincent Scheib4b30c8152022-02-08 02:02:1716* [iOS](ios/build_instructions.md) (Build on Mac)
Tom Anderson93e49e492019-12-23 19:55:3717* [Linux](linux/build_instructions.md)
18* [Linux Cast](linux/cast_build_instructions.md)
dpranke0ae7cad2016-11-30 07:47:5819* [Mac](mac_build_instructions.md)
20* [Windows](windows_build_instructions.md)