Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2437)

Unified Diff: docs/get_the_code.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698