-
Notifications
You must be signed in to change notification settings - Fork 12
Installing Windows Ruby DevKit
Vassil Kovatchev edited this page Aug 16, 2017
·
20 revisions
- Download the 64-bit version of
DevKit-...-sfx.exe
for your version of Ruby from here. - Run the self-extracting executable and select to extract it in
C:\RubyDevKit
. - After the extract is complete, open up a Ruby command prompt and navigate to
C:\RubyDevKit
. - Run the following commands:
ruby dk.rb init
ruby dk.rb install
If all went well, you should have the Windows Ruby DevKit set up for your Ruby environment.