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

Reply via email to