linux下

cd /root
loshub=http://source.loshub.com
freetype==$(curl $loshub/ver/freetype.txt)
wget $loshub/linux/freetype/$freetype.tar.gz
tar zxvf $freetype.tar.gz
cd $freetype
./configure --prefix=/usr/local/freetype
make && make install

如果php
--with-freetype-dir=/usr/local/freetype

分类: other 标签: 暂无标签

评论

暂无评论数据

暂无评论数据

目录