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.編譯源碼
4.安裝
|