Difference between revisions of "RMagic installation"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
RMagick is responsible for drawing Graphs.
RMagick should be installed with install script. This is just the steps from this script to install it manually if installation by script failed.
RMagick should be installed with install script. This is just the steps from this script to install it manually if installation by script failed.



Revision as of 14:03, 7 December 2007

RMagick is responsible for drawing Graphs.

RMagick should be installed with install script. This is just the steps from this script to install it manually if installation by script failed.

Debian

apt-get -y install imagemagick libmagick9-dev
cd /usr/src
wget http://www.kolmisoft.com/files/packages/rmagick-1.13.0.gem
gem install rmagick-1.13.0.gem 

Centos 4

yum -y --enablerepo=c4-testing install ImageMagick ImageMagick-devel 
cd /usr/src
wget http://www.kolmisoft.com/files/packages/rmagick-1.13.0.gem
gem install rmagick-1.13.0.gem
#copy missing fonts
cp --reply=yes /usr/src/mor/centos/TrueType /usr/share/fonts/default

Centos 5/Fedora

yum -y install ImageMagick ImageMagick-devel 
cd /usr/src
wget http://www.kolmisoft.com/files/packages/rmagick-1.13.0.gem
gem install rmagick-1.13.0.gem
#copy missing fonts
cp --reply=yes /usr/src/mor/centos/TrueType /usr/share/fonts/default