1

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

Moustafa
  • 45
  • 2
  • 7

3 Answers3

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
0

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

Release notes for 1.6.20

Luis Lavena
  • 10,348
  • 1
  • 37
  • 39