[macruby-changes] [1222] MacRuby/branches/experimental/README

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 27 17:17:50 PDT 2009


Revision: 1222
          http://trac.macosforge.org/projects/ruby/changeset/1222
Author:   lsansonetti at 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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090327/088442fa/attachment-0001.html>


More information about the macruby-changes mailing list