Clean up the basic instructions for getting started with clang to always

return to the same directory.

llvm-svn: 161823
This commit is contained in:
Chandler Carruth 2012-08-14 00:41:30 +00:00
parent 23665a1bcf
commit 18d674522d
1 changed files with 4 additions and 4 deletions

View File

@ -53,21 +53,21 @@ follows:</p>
</li>
<li>Checkout Clang:
<ul>
<li><tt>cd llvm/tools</tt>
<li><tt>cd llvm/tools</tt></li>
<li><tt>svn co http://llvm.org/svn/llvm-project/cfe/trunk clang</tt></li>
<li><tt>cd ../..</tt></li>
</ul>
</li>
<li>Checkout Compiler-RT:
<ul>
<li><tt>cd ../..</tt> (back to where you started)</li>
<li><tt>cd llvm/projects</tt>
<li><tt>cd llvm/projects</tt></li>
<li><tt>svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
compiler-rt</tt></li>
<li><tt>cd ../..</tt></li>
</ul>
</li>
<li>Build LLVM and Clang:
<ul>
<li><tt>cd ../..</tt> (back to where you started)</li>
<li><tt>mkdir build</tt> (for building without polluting the source dir)
</li>
<li><tt>cd build</tt></li>