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

Unified Diff: docs/linux_debian_build_instructions.md

Issue 2536723008: Make some small tweaks to the build instructions. (Closed)
Patch Set: Nits Created 4 years 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
« no previous file with comments | « docs/linux_build_instructions.md ('k') | docs/linux_fedora_build_instructions.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_debian_build_instructions.md
diff --git a/docs/linux_debian_build_instructions.md b/docs/linux_debian_build_instructions.md
index 00c5b2998e8c412575b8e8e62ba8cb4738608ef8..649ed826da8a67673cba4e5fe27926bc27337bec 100644
--- a/docs/linux_debian_build_instructions.md
+++ b/docs/linux_debian_build_instructions.md
@@ -3,10 +3,10 @@
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
+* `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
+install the package `lib32z1`.
« no previous file with comments | « docs/linux_build_instructions.md ('k') | docs/linux_fedora_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698