Delete unused downloads page asset.
[chromium-blink-merge.git] / docs / mandriva_msttcorefonts.md
blobe1ef0d1dce94b108a1de0b4e3037c422445eb841
1 # Introduction
3 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
6 # Details
8 ```
9 urpmi rpm-build cabextract
10 ```
12 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
14 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):
16 #%_signature             gpg_
18 #%_gpg\_name              Mandrivalinux_
20 #%_gpg\_path              ~/.gnupg_
22 download the following file http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec and save it to ~/rpm/SPECS
24 ```
25 cd ~/rpm/SPECS
27 rpmbuild -bb msttcorefonts-2.0-1.spec
28 ```
30 the rpm will be build and be put in ~/rpm/RPMS/noarch ready to install