Post date: 2011/03/24 7:33:29
anagix_toolsにcairoをいれたメモです。
1.cairoとpixmanを入手
wget http://cairographics.org/releases/cairo-1.10.2.tar.gz
wget http://cairographics.org/releases/pixman-0.21.6.tar.gz
2.pixmanを展開し
./configure --prefix=/home/anagix/anagix_tools
make&make install
3.cairoのconfigureではpkg-configが効いているらしいので
export PKG_CONFIG_PATH=/home/anagix/anagix_tools/lib/pkgconfig
4. ./configure --prefix=/home/anagix/anagix_tools
make&make install