fontconfig configure compile and install

1. download fontconfig from http://cgit.freedesktop.org/fontconfig/

2. apt-get install automake, python, python-dev etc

3. configure compile and install xml2-2.9.1

4. configure compile and install fontconfig

export PKG_CONFIG_PATH=/usr/local/xml2/lib/pkgconfig:/usr/local/freetype/lib/pkgconfig; ./autogen.sh --prefix=/usr/local/fontconfig --enable-libxml2

make

make install

你可能感兴趣的:(fontconfig configure compile and install)