[macruby-changes] [1392] MacRuby/branches/experimental

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 7 13:28:19 PDT 2009


Revision: 1392
          http://trac.macosforge.org/projects/ruby/changeset/1392
Author:   eloy.de.enige at gmail.com
Date:     2009-04-07 13:28:18 -0700 (Tue, 07 Apr 2009)
Log Message:
-----------
Forumatu README

Added Paths:
-----------
    MacRuby/branches/experimental/README.rdoc

Removed Paths:
-------------
    MacRuby/branches/experimental/README

Deleted: MacRuby/branches/experimental/README
===================================================================
--- MacRuby/branches/experimental/README	2009-04-07 20:22:26 UTC (rev 1391)
+++ MacRuby/branches/experimental/README	2009-04-07 20:28:18 UTC (rev 1392)
@@ -1,56 +0,0 @@
-== MacRuby
-
-MacRuby is a Ruby implementation based on Mac OS X technologies, such as the 
-Objective-C runtime and garbage collector, the CoreFoundation framework and the
-LLVM compiler infrastructure.
-
-It is the goal of MacRuby to enable the creation of full-fledged Mac OS X
-applications which do not sacrifice performance in order to enjoy the benefits
-of using Ruby.
-
-MacRuby is copyrighted free software by Apple Inc and covered by the terms of
-the Ruby license. Please refer to the COPYING file for more information.
-
-The project website contains more documentation, such as tutorials and guides:
-
-  http://macruby.org
-
-=== Requirements
-
-* An Intel machine. PowerPC machines are not supported anymore, but may still
-  work. An Intel 64-bit machine (Intel Core Duo 2) is recommended.
-
-* Mac OS X 10.5.6 or later.
-
-* LLVM trunk, compiled for both i386 and x86_64.
-
-  In case trunk reveals to be unstable we recommend revision 67244.
-
-  $ svn co -r 67244 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
-  $ cd llvm-trunk
-  $ ./configure
-  $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make
-  $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 \
-      make install
-
-=== 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!

Copied: MacRuby/branches/experimental/README.rdoc (from rev 1391, MacRuby/branches/experimental/README)
===================================================================
--- MacRuby/branches/experimental/README.rdoc	                        (rev 0)
+++ MacRuby/branches/experimental/README.rdoc	2009-04-07 20:28:18 UTC (rev 1392)
@@ -0,0 +1,56 @@
+== MacRuby
+
+MacRuby is a Ruby implementation based on Mac OS X technologies, such as the 
+Objective-C runtime and garbage collector, the CoreFoundation framework and the
+LLVM compiler infrastructure.
+
+It is the goal of MacRuby to enable the creation of full-fledged Mac OS X
+applications which do not sacrifice performance in order to enjoy the benefits
+of using Ruby.
+
+MacRuby is copyrighted free software by Apple Inc and covered by the terms of
+the Ruby license. Please refer to the COPYING file for more information.
+
+The project website contains more documentation, such as tutorials and guides:
+
+  http://macruby.org
+
+=== Requirements
+
+* An Intel machine. PowerPC machines are not supported anymore, but may still
+  work. An Intel 64-bit machine (Intel Core Duo 2) is recommended.
+
+* Mac OS X 10.5.6 or later.
+
+* LLVM trunk, compiled for both i386 and x86_64.
+
+  In case trunk reveals to be unstable we recommend revision 67244.
+
+  $ svn co -r 67244 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
+  $ cd llvm-trunk
+  $ ./configure
+  $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make
+  $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 \
+      make install
+
+=== 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/20090407/2b14b7ef/attachment.html>


More information about the macruby-changes mailing list