-
-
Save SeptiyanAndika/37cfe276467e7e3c2a18 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
yum install -y gcc libpng libjpeg libpng-devel libjpeg-devel ghostscript libtiff libtiff-devel freetype freetype-devel | |
wget ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.9.tar.gz | |
tar zxvf GraphicsMagick-1.3.9.tar.gz | |
cd GraphicsMagick-1.3.9 | |
./configure --enable-shared | |
make | |
make install | |
gm version | |
pecl install gmagick-1.0.8b2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment