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

Side by Side Diff: docs/linux_mandriva_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_fedora_build_instructions.md ('k') | docs/linux_open_suse_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 Mandriva 1 # Building Chromium on Mandriva
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 dependencies: 4 However, do the following instead to install the build dependencies:
5 5
6 ## Install the build dependencies: 6 ## Install the build dependencies:
7 7
8 urpmi lib64fontconfig-devel lib64alsa2-devel lib64dbus-1-devel \ 8 ```shell
9 lib64GConf2-devel lib64freetype6-devel lib64atk1.0-devel lib64gtk+2.0_0-deve l \ 9 urpmi lib64fontconfig-devel lib64alsa2-devel lib64dbus-1-devel \
10 lib64pango1.0-devel lib64cairo-devel lib64nss-devel lib64nspr-devel g++ pyth on \ 10 lib64GConf2-devel lib64freetype6-devel lib64atk1.0-devel lib64gtk+2.0_0-devel \
11 perl bison flex subversion gperf 11 lib64pango1.0-devel lib64cairo-devel lib64nss-devel lib64nspr-devel g++ python \
12 perl bison flex subversion gperf
13 ```
12 14
13 * msttcorefonts are not available, you will need to build your own (see 15 * `msttcorefonts` are not available, you will need to build your own (see
14 instructions, not hard to do, see 16 instructions, not hard to do, see
15 [mandriva_msttcorefonts.md](mandriva_msttcorefonts.md)) or use drakfont to 17 [mandriva_msttcorefonts.md](mandriva_msttcorefonts.md)) or use `drakfont` to
16 import the fonts from a windows installation 18 import the fonts from a Windows installation.
17 * These packages are for 64 bit, to download the 32 bit packages, 19 * These packages are for 64 bit, to download the 32 bit packages, substitute
18 substitute lib64 with lib 20 `lib64` with `lib`.
19 * Some of these packages might not be explicitly necessary as they come as 21 * Some of these packages might not be explicitly necessary as they come as
20 dependencies, there is no harm in including them however. 22 dependencies, there is no harm in including them however.
OLDNEW
« no previous file with comments | « docs/linux_fedora_build_instructions.md ('k') | docs/linux_open_suse_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698