Skip to content

Instantly share code, notes, and snippets.

@jglenn9k
Last active January 24, 2017 19:09
Show Gist options
  • Save jglenn9k/a7ea8f68b43d38f1b70bf279e317bbeb to your computer and use it in GitHub Desktop.
Save jglenn9k/a7ea8f68b43d38f1b70bf279e317bbeb to your computer and use it in GitHub Desktop.
Install Graphics Magick on CentOS 7
# Inspired by https://gist.github.com/abernardobr/e4292953fc84f9456cfa
#
# Please don't install software from source in production.
#
yum -y install http://mirror.rackspace.com/epel/epel-release-latest-7.noarch.rpm
yum -y install GraphicsMagick-c++-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment