[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] installing Imagemagick on a raq3
- Subject: [cobalt-users] installing Imagemagick on a raq3
- From: Gerald Young <me@xxxxxxxxxxx>
- Date: Sat Aug 11 13:38:56 2001
- Organization: Coolcat Dot Net ltd
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
hi there just downloaded imagemahick-5.3.7
here is how installing it went on a raq3
download imagemagic.tar.gz - > onto server
check install guide
http://www.math.columbia.edu/online/ImageMagick-html/www/install.html
ok good info on configure options here
ok now ssh to server
gunzip -d ImageMagick.tar.gz
tar xvf ImageMagick.tar
cd ImageMagick
less README.txt
oh ok just try configure and see what happens
./configure --with-perl
## ok now ill run
make
## ok took 7 mins all looks ok so
su
## now am root
make install
## good
cd /usr/local/bin
ls
### ok all there now test some stuff
exit
# am admin again
cd ~
rm -rf ImageMagick-5.3.7
rm imagemagick.tar
## ok time to test
best wishes Wampy