Skip to content

Instantly share code, notes, and snippets.

@Vitre
Last active November 20, 2018 18:13
Show Gist options
  • Save Vitre/13ac04b081afd673252ec95b5c51a029 to your computer and use it in GitHub Desktop.
Save Vitre/13ac04b081afd673252ec95b5c51a029 to your computer and use it in GitHub Desktop.
win-gems.sh
# RMAGICK
https://medium.com/ruby-on-rails-web-application-development/install-rmagick-gem-on-windows-7-8-10-imagemagick-6-9-4-q16-hdri-5492c3fef202
gem install rmagick --platform=ruby -- --with-opt-lib="C:/Host/opt/ImageMagick/6.9.9-Q16-HDRI/lib" --with-opt-include="C:/Host/opt/ImageMagick/6.9.9-Q16-HDRI/include"
gem install rmagick --platform=ruby -- --with-opt-lib="C:/Host/opt/ImageMagick-6.9.10-Q16-HDRI/lib" --with-opt-include="C:/Host/opt/ImageMagick-6.9.10-Q16-HDRI/include"
# CURB
gem install curb --version 0.7.18 --platform=ruby -- -- --with-curl-lib="C:/Host/opt/curl/bin" --with-curl-include=" C:/Host/opt/curl/include"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment