Page 1 of 1

Re: problem installing imagemagick please help...

Posted: 2007-12-11T18:05:48-07:00
by anthony
This is my installation into home command...

Code: Select all

nice ./configure --prefix=$HOME/apps/im --disable-static --with-modules --without-perl --without-magick-plus-plus 
make clean
make all
rm -r ~/apps/im; make install
Replace apps/im with your IM location.

To use you will need to change your PATH and LD_LIBRARY_PATH environment variable settings.