[macruby-changes] [1707] MacRuby/branches/experimental/README.rdoc

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 3 02:12:56 PDT 2009


Revision: 1707
          http://trac.macosforge.org/projects/ruby/changeset/1707
Author:   eloy.de.enige at gmail.com
Date:     2009-06-03 02:12:56 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
Added extra note about compiling LLVM with make -jN.

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

Modified: MacRuby/branches/experimental/README.rdoc
===================================================================
--- MacRuby/branches/experimental/README.rdoc	2009-06-03 02:13:03 UTC (rev 1706)
+++ MacRuby/branches/experimental/README.rdoc	2009-06-03 09:12:56 UTC (rev 1707)
@@ -31,6 +31,15 @@
     $ 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
 
+  Note that compiling LLVM can take quite a while. If you have a machine with
+  multiple cores, which is quite likely, you might want to speed up the process
+  by using all/more cores. However, doing this can make your machine
+  unresponsive during compilation. To use multiple cores pass the `-j N'
+  option, where `N' stands for the number of cores you'd like to use. So for a
+  Dore Duo the command would look like:
+  
+    $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make -j2
+  
 === Build Instructions
 
 You can build MacRuby by doing the following command:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090603/2f08fb56/attachment.html>


More information about the macruby-changes mailing list