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

Unified Diff: docs/linux_debian_build_instructions.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/linux_debian_build_instructions.md
diff --git a/docs/linux_debian_build_instructions.md b/docs/linux_debian_build_instructions.md
new file mode 100644
index 0000000000000000000000000000000000000000..00c5b2998e8c412575b8e8e62ba8cb4738608ef8
--- /dev/null
+++ b/docs/linux_debian_build_instructions.md
@@ -0,0 +1,12 @@
+# Building Chromium on Debian
+
+Generally speaking, follow the [Linux Build Instructions](linux_build_instructions.md).
+However, you may need to update the package names in `install-build-deps.sh`:
+
+* libexpat-dev -> libexpat1-dev
+* freetype-dev -> libfreetype6-dev
+* libbzip2-dev -> libbz2-dev
+* libcupsys2-dev -> libcups2-dev
+
+Additionally, if you're building Chromium components for Android, you'll need to
+install the package: lib32z1

Powered by Google App Engine
This is Rietveld 408576698