Skip to content

Instantly share code, notes, and snippets.

@vml-jglenn
Created April 29, 2016 19:40
Show Gist options
  • Save vml-jglenn/79cd3cbe91eb139d784867c33e3fb133 to your computer and use it in GitHub Desktop.
Save vml-jglenn/79cd3cbe91eb139d784867c33e3fb133 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/7/x86_64/e/epel-release-7-6.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