tags:

views:

159

answers:

2

Simple question: How to install FxRuby on windows. I have installed ruby 1.9 using one click installer from http://rubyinstaller.org/

A: 

Hello,

As of 1.6.20, installation can be performed using gem install fxruby:

Release notes for 1.6.20

Luis Lavena
A: 

Just open up command prompt and type:
gem install fxruby
It will then be installed and ready to use. To use it in your applications, just place:

require 'fox16' 

at the top of your file.

bennybdbc