Revision: 1222 http://trac.macosforge.org/projects/ruby/changeset/1222 Author: lsansonetti@apple.com Date: 2009-03-27 17:17:45 -0700 (Fri, 27 Mar 2009) Log Message: ----------- rewrote the README to insist that this is an experimental version of MacRuby Modified Paths: -------------- MacRuby/branches/experimental/README Modified: MacRuby/branches/experimental/README =================================================================== --- MacRuby/branches/experimental/README 2009-03-28 00:17:12 UTC (rev 1221) +++ MacRuby/branches/experimental/README 2009-03-28 00:17:45 UTC (rev 1222) @@ -33,10 +33,24 @@ $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 \ make install -=== Installation +=== Build Instructions +You can build MacRuby by doing the following command: + $ rake + +Once done, you can run the RubySpec-based regression tests as well as the +performance suite: + + $ rake spec:ci + $ rake bench:ci + +To install MacRuby on your machine: + $ sudo rake install +WARNING: This version of MacRuby is still under development and cannot be +installed yet. + Then you should be all set! Please report us any problem you will find (the http://macruby.org website has pointers). Thanks!
participants (1)
-
source_changes@macosforge.org