summaryrefslogtreecommitdiffstats
path: root/docs/mandriva_msttcorefonts.md
diff options
context:
space:
mode:
authorandybons <andybons@chromium.org>2015-08-24 14:37:09 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-24 21:39:36 +0000
commit3322f7611ba1444e553b2cce4de3a1a32ad46e72 (patch)
treedfb6bbea413da0581b8d085b184a5e6ceea5af3e /docs/mandriva_msttcorefonts.md
parent5d58c9eb2baa203be1b84ac88cde82c59d72f143 (diff)
downloadchromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.zip
chromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.tar.gz
chromium_src-3322f7611ba1444e553b2cce4de3a1a32ad46e72.tar.bz2
Per https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/irLAQ8f8uGk
Initial migration of wiki content over to src/docs There will be a follow-up CL to ensure docs are following chromium’s style guide, links are fixed, etc. The file auditing was becoming too much for a single change and per Nico’s suggestion, it seems to be better to do + Bulk import with initial prune. + Follow-up CLs to clean up the documentation. So that each CL has its own purpose. BUG=none Review URL: https://codereview.chromium.org/1309473002 Cr-Commit-Position: refs/heads/master@{#345186}
Diffstat (limited to 'docs/mandriva_msttcorefonts.md')
-rw-r--r--docs/mandriva_msttcorefonts.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/mandriva_msttcorefonts.md b/docs/mandriva_msttcorefonts.md
new file mode 100644
index 0000000..e1ef0d1
--- /dev/null
+++ b/docs/mandriva_msttcorefonts.md
@@ -0,0 +1,30 @@
+# Introduction
+
+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
+
+
+# Details
+
+```
+urpmi rpm-build cabextract
+```
+
+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):
+
+#%_signature gpg_
+
+#%_gpg\_name Mandrivalinux_
+
+#%_gpg\_path ~/.gnupg_
+
+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
+```
+
+the rpm will be build and be put in ~/rpm/RPMS/noarch ready to install \ No newline at end of file