Skip to content

Instantly share code, notes, and snippets.

@rsrini7
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsrini7/ff38edc2f621af2d972b to your computer and use it in GitHub Desktop.
Save rsrini7/ff38edc2f621af2d972b to your computer and use it in GitHub Desktop.
Install Ruby and DevKit for Windows to install GEMs with DevKit dependency
Download Ruby installer and install / 7zip file and extract from http://rubyinstaller.org/downloads/
set the ruby bin directory available in the PATH variable.
Based on 32 / 64 bit arch, download DevKit from http://rubyinstaller.org/downloads/
Extract DevKit as RubyDevKit into your ruby installed directory (you can extract anywhere)
CD RubyDevKit
ruby dk.rb init
ruby dk.rb install
Now you can happily install gem with dev dependency
Looking for Jekyll Portable for windows ?? then ::: https://github.com/madhur/PortableJekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment