Skip to content

Instantly share code, notes, and snippets.

@morganick
Created January 22, 2013 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morganick/4595542 to your computer and use it in GitHub Desktop.
Save morganick/4595542 to your computer and use it in GitHub Desktop.
cd /usr/local/Cellar/imagemagick/6.8.0-10/lib
ln -s libMagick++-Q16.7.dylib libMagick++.dylib
ln -s libMagickCore-Q16.7.dylib libMagickCore.dylib
ln -s libMagickWand-Q16.7.dylib libMagickWand.dylib
you may also need to brew install libtool; brew link libtool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment