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

Unified Diff: docs/mandriva_msttcorefonts.md

Issue 1324603002: [Docs] Another round of stylistic fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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/mac_build_instructions.md ('k') | docs/mojo_in_chromium.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/mandriva_msttcorefonts.md
diff --git a/docs/mandriva_msttcorefonts.md b/docs/mandriva_msttcorefonts.md
index e1ef0d1dce94b108a1de0b4e3037c422445eb841..fad263390ba3572a7566912928dee43b2c3f13e4 100644
--- a/docs/mandriva_msttcorefonts.md
+++ b/docs/mandriva_msttcorefonts.md
@@ -1,30 +1,31 @@
-# Introduction
+# `msttcorefonts` on Mandriva
-The msttcorefonts are needed to build Chrome but are not available for Mandriva. Building your own is not hard though and only takes about 2 minutes to set up and complete
+The `msttcorefonts` are needed to build Chrome but are not available for
+Mandriva. Building your own is not hard though and only takes about 2 minutes to
+set up and complete
+ urpmi rpm-build cabextract
-# Details
+Download this script, make it executable and run it:
+http://wiki.mandriva.com/en/uploads/3/3a/Rpmsetup.sh
-```
-urpmi rpm-build cabextract
-```
+It will create a directory `~/rpm` and some hidden files in your home directory.
-download this script, make it executable and run it http://wiki.mandriva.com/en/uploads/3/3a/Rpmsetup.sh it will create a directory ~/rpm and some hidden files in your home directory
+open the file `~/.rpmmacros` and comment out the following lines by putting a #
+in front of them, eg like this (because most likely you won't have a gpg key set
+up and creating the package will fail if you leave these lines):
-open the file ~/.rpmmacros and comment out the following lines by putting a # in front of them, eg like this (because most likely you won't have a gpg key set up and creating the package will fail if you leave these lines):
+ #%_signature gpg_
-#%_signature gpg_
+ #%_gpg_name Mandrivalinux_
-#%_gpg\_name Mandrivalinux_
+ #%_gpg_path ~/.gnupg_
-#%_gpg\_path ~/.gnupg_
+download the following file
+http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec and save it to
+`~/rpm/SPECS`
-download the following file http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec and save it to ~/rpm/SPECS
+ cd ~/rpm/SPECS
+ rpmbuild -bb msttcorefonts-2.0-1.spec
-```
-cd ~/rpm/SPECS
-
-rpmbuild -bb msttcorefonts-2.0-1.spec
-```
-
-the rpm will be build and be put in ~/rpm/RPMS/noarch ready to install
+the rpm will be build and be put in `~/rpm/RPMS/noarch` ready to install
« no previous file with comments | « docs/mac_build_instructions.md ('k') | docs/mojo_in_chromium.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698