#921: MacRuby readme file: Installation Instruction for LLVM Incomplete ------------------------------------+--------------------------------------- Reporter: dekiefer@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: MacRuby 0.6 Component: MacRuby | Keywords: LLVM ------------------------------------+--------------------------------------- The following instructions for installing LLVM will not work as written: $ svn co -r 106781 https://llvm.org/svn/llvm-project/llvm/trunk llvm- trunk $ cd llvm-trunk $ svn co -r 106781 https://llvm.org/svn/llvm-project/llvm/trunk llvm- trunk $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ make $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ make install Suggested Correction: 1. Before running the 'make' the user must run 'configure' to make the makefile. 2. There is no reason to redownload by running the 'svn co' download after doing the 'cd llvm-trunk' -- Ticket URL: <http://www.macruby.org/trac/ticket/921> MacRuby <http://macruby.org/>