Created
October 19, 2017 01:13
-
-
Save amdstorm/face280b3c857f6c1d476971702c6b7e to your computer and use it in GitHub Desktop.
Install imagemagick 6.7.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -i | |
cd | |
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y | |
wget http://www.imagemagick.org/download/releases/ImageMagick-6.7.9-10.tar.xz | |
tar xf ImageMagick-6.7.9-10.tar.xz | |
cd ImageMagick-6.7.9-10/ | |
./configure --prefix=/opt/imagemagick-6.8 && make | |
checkinstall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment