Created
May 8, 2013 12:20
-
-
Save ravibhure/5540093 to your computer and use it in GitHub Desktop.
Install RMagick ruby gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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