Single exe on Debian

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Single exe on Debian

Post 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.
Post Reply