之前在安装 GraphicsMagick 相关中文资料真的太少了,只用从未及格过的英文水平 硬着头皮去看哪里国外的安装过程php
在FreeBSD 能够用POSTS安装 能够本身编译程序员
不过程序员都有洁癖 POSTS安装会装不少东西 我也不清楚那些有没有什么用 呵呵 测试
因此仍是本身安装xml
版本:GraphicsMagick-1.3.12图片
安装前要装png jpeg freetype 的库 还得装到系统默认的目录it
若是没有编译
ln -s /usr/local/lib/libpng.* /usr/lib/test
cp -p /usr/local/include/libpng14/* /usr/includefile
ln -s /usr/local/libjpeg/lib/*.* /usr/libperl
cp -p /usr/local/libjpeg/include/*.* /usr/include
ln -s /usr/local/libxml/lib/*.* /usr/lib
cp -p /usr/local/libxml/include/*.* /usr/include
ln -s /usr/local/freetype/lib/*.* /usr/lib
cp -p /usr/local/freetype/include/*.* /usr/include