docs:mac:builds:fontconfig

This is an old revision of the document!


fontconfig

FIXME

  • 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
  • docs/mac/builds/fontconfig.1195851613.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)