Created
December 16, 2014 16:29
-
-
Save toashd/4e8a9468ef783455d9ed to your computer and use it in GitHub Desktop.
Install ImageMagick with Ruby 2.1.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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