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
:
Luis Lavena
2010-05-09 18:09:45
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
2010-05-10 06:37:15