Got the answer for this. Install
By default, ImageMagick is installs binaries in /../usr/local/bin, libraries in /../usr/local/lib, header files in /../usr/local/include and documentation in /../usr/local/share. You can specify an alternative installation prefix other than /../usr/local by giving configure the option --prefix=PATH. This valuable in case you don't have privileges to install under the default paths or if you want to install in the system directories instead. /anil. > -----Original Message----- > From: > da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fric > [email protected] > [mailto:da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gall > ico.fricta.ac.quassum.lactatum.coagulatum.cras...@imagemagick.org] > Sent: Thursday, April 15, 2010 5:45 PM > To: Anil Jangam; [email protected] > Subject: Re: [magick-users] Extracting binaries and libraries for > release > > > I am on Linux. > > The simplest solution is to have your users install an ImageMagick RPM. > If you want to include ImageMagick with your distribution, you can > build > an "uninstalled" version (see > http://www.imagemagick.org/script/advanced-unix-installation.php). To > minimize the number of dependencies, we add all the delegates libraries > to the top level ImageMagick folder, like this > > ImageMagick-6.6.1-3/jpeg > ImageMagick-6.6.1-3/png > ImageMagick-6.6.1-3/tiff > > Next, build all the delegate libraries as static: > > cd ImageMagick-6.6.1-3/jpeg > ./configure --disable-shared > make > > Do this for each delegate library. Now build ImageMagick: > > cd ImageMagick-6.6.1-3 > ./configure --disable-shared --disable-installed --enable-delegate- > build \ > --prefix=/applications/ImageMagick > > Verify that all your require delegate libraries are included in the > build > by checking the final 40-50 lines of the configure script output. Now > build ImageMagick: > > cd ImageMagick-6.6.1-3 > make > make install DISCLAIMER ========== This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
