[MacRuby] #921: MacRuby readme file: Installation Instruction for LLVM Incomplete
#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/>
#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 ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): I see the following in my README.rdoc file: {{{ $ svn co -r 106781 https://llvm.org/svn/llvm-project/llvm/trunk llvm- trunk $ cd llvm-trunk $ env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" CC=/usr/bin/gcc CXX=/usr/bin/g++ ./configure --enable-bindings=none --enable-optimized --with-llvmgccdir=/tmp $ 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 }}} It looks good to me. Where did you find the wrong instructions? -- Ticket URL: <http://www.macruby.org/trac/ticket/921#comment:1> MacRuby <http://macruby.org/>
#921: MacRuby readme file: Installation Instruction for LLVM Incomplete ------------------------------------+--------------------------------------- Reporter: dekiefer@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: minor | Milestone: Component: MacRuby | Resolution: invalid Keywords: LLVM | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => invalid * milestone: MacRuby 0.6 => -- Ticket URL: <http://www.macruby.org/trac/ticket/921#comment:2> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby