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. |