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

Side by Side Diff: docs/linux_fedora_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_debian_build_instructions.md ('k') | docs/linux_mandriva_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 Fedora 1 # Building Chromium on Fedora
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, do the following instead to install the build dependenies: 4 However, do the following instead to install the build dependenies:
5 5
6 Generally, follow the main [Linux Build instructions], but instead of 6 Generally, follow the main [Linux Build instructions], but instead of
7 running `build/install-build-deps.sh`, run: 7 running `build/install-build-deps.sh`, run:
8 8
9 su -c 'yum install git python bzip2 tar pkgconfig atk-devel alsa-lib-devel \ 9 ```shell
10 bison binutils brlapi-devel bluez-libs-devel bzip2-devel cairo-devel \ 10 su -c 'yum install git python bzip2 tar pkgconfig atk-devel alsa-lib-devel \
11 cups-devel dbus-devel dbus-glib-devel expat-devel fontconfig-devel \ 11 bison binutils brlapi-devel bluez-libs-devel bzip2-devel cairo-devel \
12 freetype-devel gcc-c++ GConf2-devel glib2-devel glibc.i686 gperf \ 12 cups-devel dbus-devel dbus-glib-devel expat-devel fontconfig-devel \
13 glib2-devel gtk2-devel gtk3-devel java-1.*.0-openjdk-devel libatomic \ 13 freetype-devel gcc-c++ GConf2-devel glib2-devel glibc.i686 gperf \
14 libcap-devel libffi-devel libgcc.i686 libgnome-keyring-devel libjpeg-devel \ 14 glib2-devel gtk2-devel gtk3-devel java-1.*.0-openjdk-devel libatomic \
15 libstdc++.i686 libX11-devel libXScrnSaver-devel libXtst-devel \ 15 libcap-devel libffi-devel libgcc.i686 libgnome-keyring-devel libjpeg-devel \
16 libxkbcommon-x11-devel ncurses-compat-libs nspr-devel nss-devel pam-devel \ 16 libstdc++.i686 libX11-devel libXScrnSaver-devel libXtst-devel \
17 pango-devel pciutils-devel pulseaudio-libs-devel zlib.i686 httpd mod_ssl \ 17 libxkbcommon-x11-devel ncurses-compat-libs nspr-devel nss-devel pam-devel \
18 php php-cli python-psutil wdiff' 18 pango-devel pciutils-devel pulseaudio-libs-devel zlib.i686 httpd mod_ssl \
19 php php-cli python-psutil wdiff'
20 ```
19 21
20 The msttcorefonts packages can be obtained by following the instructions 22 The `msttcorefonts` packages can be obtained by following [these
21 present [here](http://www.fedorafaq.org/#installfonts). For the optional 23 instructions](http://www.fedorafaq.org/#installfonts). For the optional
22 packages: 24 packages:
23 25
24 * php-cgi is provided by the php-cli package 26 * `php-cgi` is provided by the `php-cli` package.
25 * sun-java6-fonts doesn't exist in Fedora repositories, needs investigating 27 * `sun-java6-fonts` doesn't exist in Fedora repositories, needs investigating.
OLDNEW
« no previous file with comments | « docs/linux_debian_build_instructions.md ('k') | docs/linux_mandriva_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698