Skip to content

Instantly share code, notes, and snippets.

@nowlinuxing
Created June 6, 2014 02:17
Show Gist options
  • Select an option

  • Save nowlinuxing/b036a3b9913ded4dd35a to your computer and use it in GitHub Desktop.

Select an option

Save nowlinuxing/b036a3b9913ded4dd35a to your computer and use it in GitHub Desktop.
Install rmagick.gem on MacOSX
http://stackoverflow.com/questions/13963404/rails-and-os-x-how-to-install-rmagick
$ cd `Magick-config --prefix`/lib
$ for f in libMagick*-*.[0-9].dylib; do ln -s $f `echo $f | sed -e 's/-.*\.dylib/.dylib/'`; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment