-
-
Save swiknaba/025062dfdf731d0ccfc9aed8270be73e to your computer and use it in GitHub Desktop.
Can't install RMagick 2.16.0. Can't find MagickWand.h
This file contains 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 tap homebrew/versions | |
$ brew install imagemagick@6 | |
$ PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick --no-ri --no-rdoc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with a version:
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick -v '2.15.4'--no-ri --no-rdoc