Re: problem installing imagemagick please help...
Posted: 2007-12-11T18:05:48-07:00
This is my installation into home command...
Replace apps/im with your IM location.
To use you will need to change your PATH and LD_LIBRARY_PATH environment variable settings.
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
To use you will need to change your PATH and LD_LIBRARY_PATH environment variable settings.