Created
July 25, 2018 08:29
-
-
Save gigorok/891f80cbc6c18857be1708c23dc9356b to your computer and use it in GitHub Desktop.
installing rmagick 2.13.4 on mac os
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
with latest imagemagick 7 installation fails, so use | |
brew install imagemagick@5 | |
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig gem install rmagick -v '2.13.4' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment