imagemagick installation

pgeluk

Verified User
Joined
Sep 29, 2006
Messages
18
Hello,

Fist at all sorry for my bad English

I'm trying to install imagemagick on freebsd 6.0

This is what I have done

wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.2.3-6.tar.gz

to usr/local/lib

wget http://freshmeat.net/redir/libjpeg/5665/url_tgz/jpegsrc.v6b.tar.gz

to usr/local/lib

extracted both with tar xvfz

cd jpeg-6b/
./configure
cd ..
cd ImageMagick-6.2.3/
make
make install
./configure

But now I see this in the output from the ./configure

JPEG v1 --with-jpeg=yes no
JPEG-2000 --with-jp2=yes no


Please let me know how to enable.

And also if it's correct that after adding jpg I have to compile php --with-imagick

Please let me know how to finish or where to find a complete installation for imagemagick.

Regards,

Pim
 
I did it without a hitch by following the unix instructions at imagemagick.org note: the test did not produce anything but the install seemed to work, I just needed it for a single script that uses it
 
Back
Top