Forked from rodleviton/imagemagick-install-steps
Last active
August 29, 2015 14:14
-
-
Save visdesarrollo2/b1c0fa8180d3d1dac916 to your computer and use it in GitHub Desktop.
Revisions
-
visdesarrollo2 revised this gist
Feb 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ Installar Imagemagick sudo apt-get install imagemagick libmagickwand-dev luego -
visdesarrollo2 revised this gist
Feb 2, 2015 . 1 changed file with 5 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,5 @@ Intallar Imagemagick sudo apt-get install imagemagick libmagickwand-dev luego gem install rmagick -
visdesarrollo2 revised this gist
Feb 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ 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-6.8.9-1.tar.gz cd ImageMagick-6.8.9-1/ ./configure --prefix=/opt/imagemagick-6.8 && make -
rodleviton created this gist
May 26, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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