Skip to content

Instantly share code, notes, and snippets.

@abuabdul
Created January 14, 2017 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuabdul/4ba129c1ffb77fc58f60c9f3f9548852 to your computer and use it in GitHub Desktop.
Save abuabdul/4ba129c1ffb77fc58f60c9f3f9548852 to your computer and use it in GitHub Desktop.
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/ImageMagick-6.8.7-7.tar.gz
tar xzvf ImageMagick-6.8.9-1.tar.gz
cd ImageMagick-6.8.9-1/
./configure --prefix=/opt/imagemagick-6.8 && make
checkinstall
OR
sudo apt-get install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment