I spent a couple of hours to install FXRuby.
If you are using ruby that comes with Leopard, you can use:
sudo gem install fxruby
But if you installed ruby with MacPorts, use MacPorts to install FXRuby. The gem is made against OS X-built in Ruby.
sudo port install rb-fxruby
You can run:
require 'fox16'
in IRB.
Comments
Post new comment