Created
September 5, 2018 06:00
-
-
Save ti-ka/985c7d21f848ce53e95d1237d218a699 to your computer and use it in GitHub Desktop.
Image Magick on Ubuntu
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
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