Revision: 2948 http://trac.macosforge.org/projects/ruby/changeset/2948 Author: lsansonetti@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
participants (1)
-
source_changes@macosforge.org