Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenichi-shibata/2d8bd288f3fa32915815ab4b71d1f69d to your computer and use it in GitHub Desktop.
Save kenichi-shibata/2d8bd288f3fa32915815ab4b71d1f69d to your computer and use it in GitHub Desktop.
install graphicsmagick to EC2
wget ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/GraphicsMagick-1.3.15.tar.gz
tar -xvf GraphicsMagick-1.3.15.tar.gz
cd GraphicsMagick-1.3.15
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment