Skip to content

Instantly share code, notes, and snippets.

@toashd
Created December 16, 2014 16:29
Show Gist options
  • Select an option

  • Save toashd/4e8a9468ef783455d9ed to your computer and use it in GitHub Desktop.

Select an option

Save toashd/4e8a9468ef783455d9ed to your computer and use it in GitHub Desktop.
Install ImageMagick with Ruby 2.1.5
brew update && brew upgrade
brew uninstall -all pkgconfig imagemagick
brew install pkgconfig imagemagick
mdfind MagickWand.h
mdfind MagickCore.pc
sudo C_INCLUDE_PATH=<path to wand dir> PKG_CONFIG_PATH=<path to core dir> gem install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment