Search code examples
rubyfxruby

Installing FxRuby on Windows


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


Solution

  • 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.