Created
September 13, 2013 17:48
-
-
Save acemir/6553856 to your computer and use it in GitHub Desktop.
Ruby DevKit init for Windows
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
1) Download Ruby 1.9.3 | |
2) Download DevKit file from http://rubyinstaller.org/downloads (DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe) | |
3) Extract DevKit to path C:\Ruby193\DevKit | |
4) cd C:\Ruby193\DevKit | |
5) ruby dk.rb init | |
6) ruby dk.rb review | |
7) ruby dk.rb install | |
Source: <http://stackoverflow.com/a/8463500> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment