Skip to content

Instantly share code, notes, and snippets.

@touhonoob
Created June 15, 2013 12:52
Show Gist options
  • Save touhonoob/5788036 to your computer and use it in GitHub Desktop.
Save touhonoob/5788036 to your computer and use it in GitHub Desktop.
ImageMagick installation
yum-builddep imagemagick
wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar -zxf ImageMagick.tar.gz
cd ImageMagick-6.8.5
./configure
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment