[GRASSLIST:7739] Re: ImageMagick
    Damian Fossi 
    damianfossi at gmail.com
       
    Fri Jul 29 07:14:07 EDT 2005
    
    
  
> Can someone give me a trustworthy source where I can get the tool or
> something similar from?  I've tried Tucows and ImageMagick.org, but none of
> them want to install.
Hi,
If your want to compile Imagemagick from the source you'll need to
download this package
ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.2.3-5.tar.gz
and then, 
 # gunzip -c ImageMagick-6.2.3-5.tar.gz | tar xvf -
 # cd ImageMagick-6.2.3-5
then, the compliling procedure:
 # ./configure
 # make
 # make install
If you like to install a binary package (rpm) for Fedora (or any rpm disto)
http://www.imagemagick.org/download/linux/fedora/i386/ImageMagick-6.2.3-5.i386.rpm
then
# rpm -i ImageMagick-6.2.3-5.i386.rpm
or, if you're using Debian/Ubuntu 
# apt-get install imagemagick
Good luck,
-- 
Damian D. Fossi Salas
Linux User: 188464
www.actividadcreativa.com
    
    
More information about the grass-user
mailing list