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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Building Chromium on Debian 1 # Building Chromium on Debian
2 2
3 Generally speaking, follow the [Linux Build Instructions](linux_build_instructio ns.md). 3 Generally speaking, follow the [Linux Build Instructions](linux_build_instructio ns.md).
4 However, you may need to update the package names in `install-build-deps.sh`: 4 However, you may need to update the package names in `install-build-deps.sh`:
5 5
6 * libexpat-dev -> libexpat1-dev 6 * `libexpat-dev` → `libexpat1-dev`
7 * freetype-dev -> libfreetype6-dev 7 * `freetype-dev` → `libfreetype6-dev`
8 * libbzip2-dev -> libbz2-dev 8 * `libbzip2-dev` → `libbz2-dev`
9 * libcupsys2-dev -> libcups2-dev 9 * `libcupsys2-dev` → `libcups2-dev`
10 10
11 Additionally, if you're building Chromium components for Android, you'll need to 11 Additionally, if you're building Chromium components for Android, you'll need to
12 install the package: lib32z1 12 install the package `lib32z1`.
OLDNEW
« 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