Installing ImageMagick in Ubuntu from source.

wget https://www.imagemagick.org/download/ImageMagick.tar.gz
tar xvzf ImageMagick.tar.gz
cd ImageMagick-*
./configure
make
sudo make install
sudo ldconfig /usr/local/lib

Be the first to comment

Leave a Reply

Your email address will not be published.


*