Olivier Lalonde's blog

Hey. I'm a friendly hacker, HN addict and startup guy. I tweet as @o_lalonde.

Trouble Installing ImageMagick on OS X 10.7.2

I wanted to use the node-imagemagick library but was getting weird error messages coming from the `identify` binary although I had installed ImageMagick through brew (brew install imagemagick).

I fixed it by grabbing the latest libfreetype from another brew package and linking it to the old library:

Want to get notified about more articles like this? Follow @o_lalonde on Twitter.

Comments