[Lldb-commits] [lldb] r183668 - Updated the links to Debian packages, provided a link to the blog on the nightly,
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Mon Jun 10 08:26:48 PDT 2013
Author: athirumu
Date: Mon Jun 10 10:26:48 2013
New Revision: 183668
URL: http://llvm.org/viewvc/llvm-project?rev=183668&view=rev
Log:
Updated the links to Debian packages, provided a link to the blog on the nightly,
and provided download links for incremental 3.4 packages for 32/64-bit editions.
Modified:
lldb/trunk/www/download.html
Modified: lldb/trunk/www/download.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/download.html?rev=183668&r1=183667&r2=183668&view=diff
==============================================================================
--- lldb/trunk/www/download.html (original)
+++ lldb/trunk/www/download.html Mon Jun 10 10:26:48 2013
@@ -20,7 +20,7 @@
<div class="post">
<h1 class ="postheader">Latest LLDB</h1>
<div class="postcontent">
- <p>Nightly builds of LLDB are packaged from trunk:</p>
+ <p>Nightly builds of LLDB are <a href="http://blog.llvm.org/2013/04/llvm-debianubuntu-nightly-packages.html">packaged and tested</a> from trunk:</p>
<ul>
<li>Debian and Ubuntu:
<a href="http://llvm.org/apt/">llvm.org/apt</a></li>
@@ -33,8 +33,13 @@
<div class="postcontent">
<p>Debian packages are available for LLDB 3.2 and later.</p>
<ul>
- <li><a href="http://packages.debian.org/unstable/main/lldb">LLDB 3.2</a> (unstable)</li>
- <li><a href="http://packages.debian.org/experimental/main/lldb">LLDB 3.3</a> (coming soon)</li>
+ <li><a href="http://packages.debian.org/experimental/lldb-3.4">LLDB 3.4</a> (incremental release)</li>
+ <ul>
+ <li><a href="http://packages.debian.org/experimental/amd64/lldb-3.4/download">amd64</a> (x86-64)</li>
+ <li><a href="http://packages.debian.org/experimental/s390/lldb-3.4/download">System/390</a> (i386)</li>
+ </ul>
+ <li><a href="http://packages.debian.org/experimental/lldb-3.3">LLDB 3.3</a> (experimental)</li>
+ <li><a href="http://packages.debian.org/unstable/lldb-3.2">LLDB 3.2</a> (unstable)</li>
</ul>
</div>
<div class="postfooter"></div>
More information about the lldb-commits
mailing list