Skip to content

Instantly share code, notes, and snippets.

@ab5w
Forked from paul91/GraphicsMagick.sh
Created February 27, 2015 18:38
Show Gist options
  • Save ab5w/29fa9291287121fb23ee to your computer and use it in GitHub Desktop.
Save ab5w/29fa9291287121fb23ee to your computer and use it in GitHub Desktop.
#!/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.1.7RC2
@ab5w
Copy link
Author

ab5w commented Feb 27, 2015

Changed pecl install version for cPanel on CentOS 6.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment