Compiling ImageMagick universal binary

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
venaish

Compiling ImageMagick universal binary

Post by venaish »

Hi,

I have downloaded the latest version of ImageMagick source code and I want to add the LLCMS module into the imagemagick.

So I got the LLCMS libraries compiled, but I don't know how to create a universal binary of imagemagick.

I tried following commands to compile imagemagick on Mac (Intel based).

./configure
make
make install

But it is creating Imagemagick binaries for i386, but when I tried to run this on Mac (PPC) its not working.
I have seen the options with configure like --build, --host, --target.
I don't know how and what to use (values) for the three parameters.

So can anybody please help me in creating a new universal binary.

Thank you.

Regards,
Venkatesh.
Post Reply