diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-11-02 22:34:04 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-11-02 22:34:04 +0000 |
commit | fa8e11be2954b9c84a3e0afc984e4b3cb8837dda (patch) | |
tree | c8e827ac1992413e9ca64aa55e1493009e4b4e8d /www/get_started.html | |
parent | b8e39236f05b2f71fb2632673948499fd54e2a34 (diff) |
Add link to LLVM releases page.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r-- | www/get_started.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html index 6d4e75f330..7460cd1ff3 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -21,6 +21,12 @@ If you like what you see, please consider <a href="get_involved.html">getting involved</a> with the Clang community. If you run into problems, please file bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a>.</p> +<h2 id="download">Release Clang Versions</h2> + +<p>Clang has been released as part of regular LLVM releases since LLVM 2.6. You +can download the release versions +from <a href="http://llvm.org/releases/">http://llvm.org/releases/</a>.</p> + <h2 id="build">Building Clang and Working with the Code</h2> <h3 id="buildNix">On Unix-like Systems</h3> |