search for: gettingstartedguid

Displaying 6 results from an estimated 6 matches for "gettingstartedguid".

Did you mean: gettingstartedguide
2004 Apr 30
1
[LLVMdev] http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
> Fixed, the real link should go to the Getting Started Guide. Chris, now link is broken at all :) remove "Guide" in "GettingStartedGuide.html" to have: "GettingStarted.html"
2007 Mar 01
0
[LLVMdev] compiling llvm-gcc4 on ubuntu
Hi Stefan, On Thu, 2007-03-01 at 23:26 +0100, Stefan Weigert wrote: > hello, > > i am new to llvm and can't manage to compile the gcc backend. Okay. Did you read: http://llvm.org/docs/GettingStartedGuide.html ? > > my steps: > i compile the llvm-source first as suggested in "README.LLVM" > that works fine and without any issues. Okay. > > then i make a new dir called build. from there i do the following: > > stefan at ubuntu:~/programs/llvm/build$ ../llvm-gc...
2007 Mar 01
3
[LLVMdev] compiling llvm-gcc4 on ubuntu
hello, i am new to llvm and can't manage to compile the gcc backend. my steps: i compile the llvm-source first as suggested in "README.LLVM" that works fine and without any issues. then i make a new dir called build. from there i do the following: stefan at ubuntu:~/programs/llvm/build$ ../llvm-gcc4-1.9.source/configure --enable-languages=c,c++ --prefix=/usr/local/
2004 Apr 30
2
[LLVMdev] http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
Hi devels, "install-instructionsSection" seems to be absent: http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions best regards, --- Valery A.Khamenya
2004 Apr 30
0
[LLVMdev] http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
On Fri, 30 Apr 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote: > Hi devels, > > "install-instructionsSection" seems to be absent: > > http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions Fixed, the real link should go to the Getting Started Guide. Thanks! -Chris -- http://llvm.cs.uiuc.edu/
2007 May 09
2
[LLVMdev] 2.0 Release Process
...All documentation changes should have been merged into the release branch. May 21st - Release! Chris will also be sending out the release notes and release announcement for review in the next week. As a reminder, if you wish to check out the release branch use the following commands (also see GettingStartedGuide.html): cvs -d <CVS Repository> co -r release_20 llvm cvs -d <CVS Repository> co -r release_20 llvm-test svn co svn://anonsvn.opensource.apple.com/svn/llvm/tags/release-2.0 dst-directory If you have any questions, please let me know. Thanks, Tanya