Skip to content

Instantly share code, notes, and snippets.

@rusith
Forked from rodleviton/imagemagick-install-steps
Created January 15, 2018 07:49
Show Gist options
  • Save rusith/2ee3fa4c5758f1bbeccd95da9ba5f44d to your computer and use it in GitHub Desktop.
Save rusith/2ee3fa4c5758f1bbeccd95da9ba5f44d to your computer and use it in GitHub Desktop.

Revisions

  1. @rodleviton rodleviton created this gist May 26, 2014.
    8 changes: 8 additions & 0 deletions imagemagick-install-steps
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    sudo -i
    cd
    apt-get install build-essential checkinstall && apt-get build-dep imagemagick -y
    wget http://www.imagemagick.org/download/ImageMagick-6.8.7-7.tar.gz
    tar xzvf ImageMagick-6.8.9-1.tar.gz
    cd ImageMagick-6.8.9-1/
    ./configure --prefix=/opt/imagemagick-6.8 && make
    checkinstall