On Apr 6, 2009, at 12:58 PM, Stéphane Wirtel wrote:

Hi Eloy,

Thank you for your reply,

What's the relation between miniruby and MacRuby ?

miniruby is basically the same as the ruby binary that we all know and love, but _before_ it is installed. If you compile ruby (any MRI version) you will get this binary in the source root.

Note that is does not add lib/ to the load path etc, so you'll need to do add it yourself when needed. For instance:
$ ./miniruby -I./lib -e "require 'rbconfig'"

Eloy

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to