[macruby-changes] [2948] MacRuby/trunk/README.rdoc

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 2 21:20:38 PST 2009


Revision: 2948
          http://trac.macosforge.org/projects/ruby/changeset/2948
Author:   lsansonetti at apple.com
Date:     2009-11-02 21:20:38 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
recommend to pass --enable-bindings=none to LLVM's configure to avoid a potential build failure if the user has ocaml installed (thanks Antony Blakey)

Modified Paths:
--------------
    MacRuby/trunk/README.rdoc

Modified: MacRuby/trunk/README.rdoc
===================================================================
--- MacRuby/trunk/README.rdoc	2009-11-03 05:18:33 UTC (rev 2947)
+++ MacRuby/trunk/README.rdoc	2009-11-03 05:20:38 UTC (rev 2948)
@@ -28,7 +28,7 @@
 
     $ svn co -r 82747 https://llvm.org/svn/llvm-project/llvm/trunk llvm-trunk
     $ cd llvm-trunk
-    $ ./configure
+    $ ./configure --enable-bindings=none
     $ 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20091102/7bf190c3/attachment.html>


More information about the macruby-changes mailing list