Skip to content

Instantly share code, notes, and snippets.

@webdev
Created February 1, 2013 08:03
Show Gist options
  • Save webdev/4690038 to your computer and use it in GitHub Desktop.
Save webdev/4690038 to your computer and use it in GitHub Desktop.
Install rmagick on MacOSX Mountain Lion
brew update
brew install ImageMagick
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
gem install rmagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment