Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:mac:builds:fontconfig [2007/11/23 02:07] – external edit 127.0.0.1 | docs:mac:builds:fontconfig [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== fontconfig ====== | ====== fontconfig ====== | ||
+ | * first install [[expat]], [[freetype2]] | ||
* download source from http:// | * download source from http:// | ||
- | * requires [[git]] | + | * more specifically, go to http:// |
- | * I'm sure this isn't right since I wanted a nice tag version, but this downloaded source for me:< | + | < |
- | cd ~/builds | + | ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/ |
- | mkdir fontconfig | + | |
- | git clone git://anongit.freedesktop.org/git/fontconfig | + | make |
+ | |||
+ | sudo make install | ||
</ | </ | ||
- | * FIXME - other steps are required to get fontconfig to work | + | |
- | * use [[typical_build_procedure]] | + |