Daniel Carrera wrote: > > You know what would be cool? If one wrote an installer with wxRuby which > could get run from the configuration script. > > #!/bin/sh > # installer.sh > > RUBYLIB="." > PATH="." > > ruby installer.rb > > > Then THAT could install Ruby togeter with all the appropriate libraries > and stuff. That *would* be really cool! I have a desktop GUI app that I've been wanting to create for years that I'm going to start on once wxRuby is ready, and a nice cross-platform Ruby-App installer would be a nice adjunct to that project -- unless someone else does it first. :-) Curt