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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_mandriva_build_instructions.md
diff --git a/docs/linux_mandriva_build_instructions.md b/docs/linux_mandriva_build_instructions.md
index 8cacf92d074dd4e7e554cd76dc6b327c47df9a2f..feb93dcfff28035a74006450feaba511c43c8fd4 100644
--- a/docs/linux_mandriva_build_instructions.md
+++ b/docs/linux_mandriva_build_instructions.md
@@ -5,16 +5,18 @@ However, do the following instead to install the build dependencies:
## Install the build dependencies:
- urpmi lib64fontconfig-devel lib64alsa2-devel lib64dbus-1-devel \
- lib64GConf2-devel lib64freetype6-devel lib64atk1.0-devel lib64gtk+2.0_0-devel \
- lib64pango1.0-devel lib64cairo-devel lib64nss-devel lib64nspr-devel g++ python \
- perl bison flex subversion gperf
+```shell
+urpmi lib64fontconfig-devel lib64alsa2-devel lib64dbus-1-devel \
+lib64GConf2-devel lib64freetype6-devel lib64atk1.0-devel lib64gtk+2.0_0-devel \
+lib64pango1.0-devel lib64cairo-devel lib64nss-devel lib64nspr-devel g++ python \
+perl bison flex subversion gperf
+```
-* msttcorefonts are not available, you will need to build your own (see
-instructions, not hard to do, see
-[mandriva_msttcorefonts.md](mandriva_msttcorefonts.md)) or use drakfont to
-import the fonts from a windows installation
-* These packages are for 64 bit, to download the 32 bit packages,
-substitute lib64 with lib
-* Some of these packages might not be explicitly necessary as they come as
- dependencies, there is no harm in including them however.
+* `msttcorefonts` are not available, you will need to build your own (see
+ instructions, not hard to do, see
+ [mandriva_msttcorefonts.md](mandriva_msttcorefonts.md)) or use `drakfont` to
+ import the fonts from a Windows installation.
+* These packages are for 64 bit, to download the 32 bit packages, substitute
+ `lib64` with `lib`.
+* Some of these packages might not be explicitly necessary as they come as
+ dependencies, there is no harm in including them however.
« 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