WindowsへRubyをインストールする。
WindowsへのRubyインストールとDevKitインストール
Downloadボタンでダウンロードしてインストール。完。
次にDevKitもダウンロードする。
http://rubyinstaller.org/downloads/
ダウンロードしたらインストール。
そうしたら以下のコマンド実行。完。
1 2 3 4 5 6 7 8 9 10 11 12 13 |
C:\Users\test\Downloads>ruby dk.rb init [INFO] found RubyInstaller v2.1.5 at C:/Ruby21-x64 [INFO] found RubyInstaller v2.3.3 at C:/Ruby23-x64 Initialization complete! Please review and modify the auto-generated 'config.yml' file to ensure it contains the root directories to all of the installed Rubies you want enhanced by the DevKit. C:\Users\test\Downloads>ruby dk.rb install [INFO] Updating convenience notice gem override for 'C:/Ruby21-x64' [INFO] Installing 'C:/Ruby21-x64/lib/ruby/site_ruby/devkit.rb' [INFO] Updating convenience notice gem override for 'C:/Ruby23-x64' [INFO] Installing 'C:/Ruby23-x64/lib/ruby/site_ruby/devkit.rb' |