Install ruby to C:\Ruby193 and set RUBY_HOME=C:\Ruby193and %RUBY_HOME%\bin added to PATH sys var.,
Go to http://rubyinstaller.org/downloads/
Download the devkit: DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe
Extract Files by left double-click the self-extracting executable (SFX) downloaded from Step 2 and choose a directory (without spaces) to install the DevKit artifacts into a folder name DevKit.
Open command prompt and type 'cd DevKit' then type command in Step 5.
'ruby dk.rb init' to generate the config.yml
Edit the generated config.yml file to include installed Rubies. It should be C:\Ruby192 or C:\Ruby193 there
Type 'ruby dk.rb install --force' in command prompt to DevKit enhance your installed Rubies.
Test it by executing 'gem install gbuild_agent' in the command line. It should be installed with no errors.
0 Comment(s)