[ start | index | login ]
start > knowledgebase > linux > misc > rmagick

rmagick

Created by abdallah. Last edited by abdallah, 170 days ago. Viewed 312 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
To install the RMagick gem on a redhat based server (RHEL, Fedora, CentOS):

# install dependencies
apt-get install libwmf-devel libpng-devel freetype-devel

# get the latest distro wget >>ftp://ftp.fifi.org/pub/ImageMagick/ImageMagick.tar.gz tar zxvf ImageMagick.tar.gz

# install ImageMagick cd ImageMagick ./configure make make install

# if necessary link the libraries to /usr/lib (installed in /usr/local/lib by default cd /usr/lib ln -s /usr/local/lib/libMagick* .

# install rmagick gem install rmagick

请以发表评论身份登录
Powered by snipsnap.org Found a mistake in a howto? Let us know via an email to p.blikibugs at rimuhosting com.