Skip to content

Instantly share code, notes, and snippets.

@ravibhure
Created May 8, 2013 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravibhure/5540093 to your computer and use it in GitHub Desktop.
Save ravibhure/5540093 to your computer and use it in GitHub Desktop.
Install RMagick ruby gem
# http://stackoverflow.com/questions/1254366/problem-installing-rmagick-rubygem-on-centos-5/7766705#7766705
# Uninstalled ImageMagick 6.5.4-9 and the delegate libraries that I had installed from source
yum install ImageMagick
yum install ImageMagick-devel
curl -O http://www.zacharywhitley.com/linux/rpms/fedora/core/6/i386/msttcorefonts-2.0-1.noarch.rpm
rpm -ivh msttcorefonts-2.0-1.noarch.rpm
ln -s /usr/share/fonts/msttcorefonts/ /usr/share/fonts/default/TrueType
gem install rmagick -v 1.15.17 --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment