| Index: docs/get_the_code.md
|
| diff --git a/docs/get_the_code.md b/docs/get_the_code.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1ab8ce54e1efbd48b9ad32600335bcda3bc8ce61
|
| --- /dev/null
|
| +++ b/docs/get_the_code.md
|
| @@ -0,0 +1,18 @@
|
| +# Get the code: check out, build, and run Chromium.
|
| +
|
| +Chromium supports building on Windows, Mac and Linux host systems.
|
| +
|
| +Linux is required for building Android, and a Mac is required for building iOS.
|
| +
|
| +The process for building Chrome is generally the same on all platforms, but
|
| +each platform has a few quirks. In order to keep you from having to jump
|
| +all over the place, we have a self-contained page for each configuration
|
| +you might want to build:
|
| +
|
| +* [Android](android_build_instructions.md)
|
| +* [Cast](cast_build_instructions.md)
|
| +* [ChromeOS](chromeos_build_instructions.md)
|
| +* [iOS](ios_build_instructions.md)
|
| +* [Linux](linux_build_instructions.md)
|
| +* [Mac](mac_build_instructions.md)
|
| +* [Windows](windows_build_instructions.md)
|
|
|