Skip to content

Instantly share code, notes, and snippets.

@brianstorti
Created June 3, 2011 14:46
Show Gist options
  • Save brianstorti/1006440 to your computer and use it in GitHub Desktop.
Save brianstorti/1006440 to your computer and use it in GitHub Desktop.
Install curb Windows
#DevKit
Download DevKit at http://rubyinstaller.org/downloads
ruby dk.rb init
ruby dk.rb review
ruby dk.rb install
#curl
Download curl at http://www.gknw.net/mirror/curl/win32/ (devel)
copy curl/bin/*.dll to Ruby's "bin" folder
gem install curb -- --with-curl-lib=<CURL_FOLDER/bin> --with-curl-include=<CURL_FOLDER/include>
@Vorvule
Copy link

Vorvule commented Mar 2, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment