Search found 2 matches

by mr.t
2012-12-08T03:59:16-07:00
Forum: Users
Topic: Stand alone executables for Mac
Replies: 22
Views: 83752

Re: Stand alone executables for Mac

I have the same problems.

I am trying to build a universal binary for mac. with lcms support.
the lcms compiles fine.

but when i try building imageMagick itself
like this:

./configure --enable-delegate-build --disable-shared --disable-dependency-tracking --enable-osx-universal-binary --prefix ...
by mr.t
2012-12-07T15:12:06-07:00
Forum: Users
Topic: building imageMagick from source as universal binary...
Replies: 0
Views: 11144

building imageMagick from source as universal binary...

Hey Guys,

I am trying to build a standalone version of image Magick in order to attach it to my application.
As I need the LCMS lib it seems like the only solution is to build standalones myself.

but wierdly i get erros when i try

./configure --enable-delegate-build --disable-shared --disable ...