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

Side by Side Diff: docs/linux_debian_build_instructions.md

Issue 2526563003: Update the build instructions to be consistent. (Closed)
Patch Set: more updates 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
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

Powered by Google App Engine
This is Rietveld 408576698