编译安装ImageMagick
2020-10-27 本文已影响0人
一路向后
1.下载源码
$ wget ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-7.0.10-29.tar.gz
2.配置configure
$ tar -zxvf ImageMagick-7.0.10-29.tar.gz
$ cd ImageMagick-7.0.10-29
$ ./configure --prefix=/usr/local/ --libdir=/usr/local/lib64 --without-webp --without-perl --without-x --without-threads PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig/
3.编译源码
$ make
4.安装
# make install