blob: 0308a2dad4a97ca72a342f8120bdaf0285d86e11 [file] [log] [blame] [view]
dpranke0ae7cad2016-11-30 07:47:581# Get the code: check out, build, and run Chromium.
2
3Chromium supports building on Windows, Mac and Linux host systems.
4
5Linux is required for building Android, and a Mac is required for building iOS.
6
7The 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
12* [Android](android_build_instructions.md)
dpranke1a70d0c2016-12-01 02:42:2913* [Cast](old_cast_build_instructions.md)
14* [ChromeOS](old_chromeos_build_instructions.md)
dpranke0ae7cad2016-11-30 07:47:5815* [iOS](ios_build_instructions.md)
16* [Linux](linux_build_instructions.md)
17* [Mac](mac_build_instructions.md)
18* [Windows](windows_build_instructions.md)