Skip to content

Instantly share code, notes, and snippets.

@marktopper
Forked from rodleviton/imagemagick-install-steps
Last active August 29, 2015 14:08
Show Gist options
  • Save marktopper/e8d4a483060738eb2333 to your computer and use it in GitHub Desktop.
Save marktopper/e8d4a483060738eb2333 to your computer and use it in GitHub Desktop.
sudo -i
cd
apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar xzvf ImageMagick.tar.gz
cd ImageMagick-6.8.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