Skip to content

Instantly share code, notes, and snippets.

@kolosek
Created July 3, 2017 14:11
Show Gist options
  • Save kolosek/7e3c7faf7be374056ea57e5d41bcb4cc to your computer and use it in GitHub Desktop.
Save kolosek/7e3c7faf7be374056ea57e5d41bcb4cc 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-7.0.6-0/
./configure --prefix=/opt/imagemagick-7.0 && make
checkinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment