Skip to content

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.