Installing ImageMagick on OSX Leopard
I found a great script for compiling ImageMagick on OSX from scratch via ThoughtBot's Paperclip installation instructions.
Unfortunately it didnt work perfectly out of the box;
Undefined symbols:
“_iconv_close”, referenced from:
_opvp_to_utf8 in gdevopvp.o ...
So a few tweaks to the script to install libiconv too, as well as the latest stable ImageMagick and voila!;
