This is an old revision of the document!
fontconfig
- if using fink, make sure to remove the fink stuff when building (see typical_build_procedure)
- download source from http://fontconfig.org/wiki/
- requires git
- I'm sure this isn't right since I wanted a nice tag version, but this downloaded source for me:
cd ~/builds mkdir fontconfig git clone git://anongit.freedesktop.org/git/fontconfig
# rebuild the configuration files with autogen.sh ./autogen.sh --prefix=/usr/local --mandir=/usr/local/man (this fails, but gives me a configure script) ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --enable-libxml2 make sudo make install