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

Side by Side Diff: docs/linux_arch_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 Arch Linux
2
3 Generally speaking, follow the [Linux Build Instructions](linux_build_instructio ns.md).
4 However, do the following instead to install the build dependencies:
5
6 ## Install the build dependencies:
7
8 Most of these packages are probably already installed since they're often used,
9 and the parameter --needed ensures that packages up to date are not reinstalled.
10
11 sudo pacman -S --needed python perl gcc gcc-libs bison flex gperf pkgconfig \
12 nss alsa-lib gconf glib2 gtk2 nspr ttf-ms-fonts freetype2 cairo dbus \
13 libgnome-keyring
14
15 For the optional packages on Arch Linux:
16
17 * php-cgi is provided with pacman
18 * wdiff is not in the main repository but dwdiff is. You can get wdiff in
19 AUR/yaourt
20 * sun-java6-fonts do not seem to be in main repository or AUR.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698