Skip to content

Instantly share code, notes, and snippets.

@gigorok
Created July 25, 2018 08:29
Show Gist options
  • Save gigorok/891f80cbc6c18857be1708c23dc9356b to your computer and use it in GitHub Desktop.
Save gigorok/891f80cbc6c18857be1708c23dc9356b to your computer and use it in GitHub Desktop.
installing rmagick 2.13.4 on mac os
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