diff options
author | andybons <andybons@chromium.org> | 2015-08-30 19:27:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-31 02:28:22 +0000 |
commit | ad92aa35752c2a1f3a0faad364f9b2d1cef83b91 (patch) | |
tree | 443feee4987dc2390dbceedd3a292a276700b5c7 /docs/mandriva_msttcorefonts.md | |
parent | 22afb31800284923e9f84af6373f68ad6b241f4b (diff) | |
download | chromium_src-ad92aa35752c2a1f3a0faad364f9b2d1cef83b91.zip chromium_src-ad92aa35752c2a1f3a0faad364f9b2d1cef83b91.tar.gz chromium_src-ad92aa35752c2a1f3a0faad364f9b2d1cef83b91.tar.bz2 |
[Docs] Another round of stylistic fixes.
TBR=nodir
BUG=524256
Review URL: https://codereview.chromium.org/1324603002
Cr-Commit-Position: refs/heads/master@{#346335}
Diffstat (limited to 'docs/mandriva_msttcorefonts.md')
-rw-r--r-- | docs/mandriva_msttcorefonts.md | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/docs/mandriva_msttcorefonts.md b/docs/mandriva_msttcorefonts.md index e1ef0d1..fad2633 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
\ No newline at end of file +the rpm will be build and be put in `~/rpm/RPMS/noarch` ready to install |