Skip to content

Instantly share code, notes, and snippets.

@ti-ka
Created September 5, 2018 06:00
Show Gist options
  • Save ti-ka/985c7d21f848ce53e95d1237d218a699 to your computer and use it in GitHub Desktop.
Save ti-ka/985c7d21f848ce53e95d1237d218a699 to your computer and use it in GitHub Desktop.
Image Magick on Ubuntu
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar -xvf ImageMagick.tar.gz
cd ImageMagick-7.*
./configure
make
sudo make install
sudo ldconfig /usr/local/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment