[magick-users] Mac binary of imagemagic was a Word for Mac????

Jan Anderssen jan at fallobst.de
Mon Jul 31 18:41:48 PDT 2006


> 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



More information about the Magick-users mailing list