📜  ubuntu install imagemagick - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:28.350000             🧑  作者: Mango

代码示例2
Download: https://download.imagemagick.org/ImageMagick/download/ImageMagick.tar.gz
cd ImageMagick-7.0.10
./configure
make
./configure --with-modules
sudo make install
sudo ldconfig /usr/local/lib
make check

#Done its easy.
#By Sailendra Chettri.
#Source: https://imagemagick.org/script/install-source.php#unix