You're on an intel mac? I've been curious, will that build a x86 native binary, or will the result still need to be emulated? I'm not familiar enough with the build process to know how automated an architecture switch like that is.
~Seth

On Jul 31, 2006, at 8:41 PM, Jan Anderssen wrote:


I find it easiest to install any command line tools with either Darwin Ports (http://darwinports.opendarwin.org/) or Fink (http:// fink.sourceforge.net/). I don't know what package system fedora core uses, but DP and Fink pretty much mimic that functionality (I think, I'm not a Linux guy).

alternatively, if you don't want to install fink, installing imagemagick from the sources worked just fine for me on an intel mac with the following sequence of commands

./configure --prefix=/usr/local --without-perl
        (assuming you want to install the binaries under /usr/local/bin etc.)
make
make check
sudo make install

cheers,
jan

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users



_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to