Skip to content

Commit

Permalink
(#3) [Travis-CI] installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Minakov committed Nov 22, 2016
1 parent e3c316d commit a372b31
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install-imagemagick.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
curl -OL http://www.imagemagick.org/download/ImageMagick-6.9.6-5.tar.gz
tar -xzf ImageMagick-6.9.6-5.tar.gz
cd ImageMagick-6.9.6-5
./configure --prefix=/usr/local --disable-static --with-modules --without-perl --without-magick-plus-plus --with-quantum-depth=8 --disable-openmp --with-gs-font-dir=/usr/local/share/ghostscript/fonts
make
sudo make install
cd ..
rm ImageMagick-6.9.6-5.tar.gz
rm -rf ImageMagick-6.9.6-5

0 comments on commit a372b31

Please sign in to comment.