Simple question: How to install FxRuby on windows. I have installed ruby 1.9 using one click installer from http://rubyinstaller.org/
Asked
Active
Viewed 2,378 times
3 Answers
2
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
- 1,425
- 3
- 15
- 24
1
In 1.9.2 it is included in Windows package so no gem download needed. It does not appear in the gem list though, buts it's there.

Alex
- 11
- 1