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

Side by Side Diff: docs/linux_debian_build_instructions.md

Issue 2544793004: More edits to the linux build instructions. (Closed)
Patch Set: tweak debian, gentoo instructions 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_faster_builds.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Building Chromium on Debian
2
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`:
5
6 * `libexpat-dev` → `libexpat1-dev`
7 * `freetype-dev` → `libfreetype6-dev`
8 * `libbzip2-dev` → `libbz2-dev`
9 * `libcupsys2-dev` → `libcups2-dev`
10
11 Additionally, if you're building Chromium components for Android, you'll need to
12 install the package `lib32z1`.
OLDNEW
« no previous file with comments | « docs/linux_build_instructions.md ('k') | docs/linux_faster_builds.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698