[magick-users] How to incorporate into EasyEclipse as static library?

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Thu Jan 24 06:15:19 PST 2008


> how can this be used to create a static (ends with .a) library

When you initially build and install ImageMagick use, this configure
command line to create a static distribution:

  cd ImageMagick-6.3.8
  ./configure --disable-shared
  make
  make install


More information about the Magick-users mailing list