diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-18 20:15:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-18 20:15:58 +0000 |
commit | 883bcbea3ec7ad9c686b4ab90257d8487b057d98 (patch) | |
tree | 062b106b84b3ab4e5a4dd70bccd2c5bfeff72425 /docs/GettingStarted.html | |
parent | a0f71e4d43d6490ddc95b7ebf0a4251054004acd (diff) |
Add link to the CVS mirror hosted by Reid
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 2d3c33cc91..d9610c0dad 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -114,7 +114,7 @@ from the LLVM suite.</p> <li><tt>cd llvm</tt> </ol></li> - <li>With anonymous CVS access: + <li>With anonymous CVS access (or use a <a href="#checkout">mirror</a>): <ol> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li> <li><tt>cvs -d @@ -463,6 +463,21 @@ from the CVS repository:</p> </div> <!-- ======================================================================= --> +<div class="doc_subsubsection"> + <a name="mirrors">LLVM CVS Mirrors</a> +</div> + +<div class="doc_text"> + +<p>If the main CVS server is overloaded or inaccessible, you can try one of +these user-hosted mirrors:</p> + +<ul> +<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems Inc.</a></li> +</ul> +</div> + +<!-- ======================================================================= --> <div class="doc_subsection"> <a name="installcf">Install the GCC Front End</a> </div> |