Page 1 of 1

Re: Single exe on Debian

Posted: 2008-09-19T08:37:40-07:00
by magick
ImageMagick has a number of configure options described here: http://www.imagemagick.org/script/advan ... lation.php that permit you to build ImageMagick and install to and run ImageMagick from a local directory. Use --prefix to specify the install location (the default is /usr/local). By default ImageMagick builds shared libraries and you will need to set the LD_LIBRARY_PATH environment variable to your install directory so it can pick up the shared libraries (i.e. libMagickCore.so). Use --disable-shared if you prefer a static build.