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.