Archive
| Mo | Tu | We | Th | Fr | Sa | Su | |
|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | |||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 | |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 | |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 | |
| 27 | 28 | 29 | |||||
Poll: Social Media
Which social media you used ?
Did you enjoy this article?
(total 1 votes)
Yum, yum, yummi
Install dependencies first.
yum install tcl-devel -y
yum install libpng-devel -y
yum install libjpeg-devel -y
yum install ghostscript-devel -y
yum install bzip2-devel -y
yum install freetype-devel -y
yum install libtiff-devel -y
Download and Install ImageMagick
As root, do the following:
cd /usr/local/src
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar xvfz ImageMagick.tar.gz
cd ImageMagick*
./configure
make
make install
This downloads and installs the latest stable ImageMaick package, but you can go to http://www.imagemagick.org/www/download.html and download the specific version you (might) need.
Add /usr/local/lib to ld.so.conf and reload
[ `grep /usr/local/lib /etc/ld.so.conf | wc -l` -eq 0 ] && echo "/usr/local/lib" >> /etc/ld.so.conf
ldconfig
Install RMagick ...
Finally install the ruby RMagick gem
gem install rmagick -r --no-ri --no-rdoc
I use to omit RDoc and ri documentation install, it takes longer, and the gem command is by itself SLOW. Remove the --no-rdoc --no-ri if you want to install'em.





J o u r n a l


