summaryrefslogtreecommitdiffstats
path: root/lldb/docs/resources/download.rst
blob: ccc0caa1b44103436910b19ffee331f2f882103f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Releases
========

Nightly Builds
--------------

Nightly builds of LLDB are packaged and tested from trunk:

Debian and Ubuntu: llvm.org/apt

The pkgsrc framework offers a package with recent LLDB in the wip repository:

::

  cd pkgsrc/wip/lldb-git
  make install clean

Releases
--------

Debian packages are available for LLDB 3.5 and later.

* `Jessie - LLDB 3.5 <https://packages.debian.org/jessie/lldb>`_
* `Stretch - LLDB 3.8 <https://packages.debian.org/stretch/lldb>`_
* `Buster - LLDB 6.0 <https://packages.debian.org/buster/lldb>`_
* `Sid - LLDB 6.0 <https://packages.debian.org/sid/lldb>`_

Ubuntu packages are available for LLDB 3.8 and later.

* `Ubuntu 16.04LTS - LLDB 3.8 <https://packages.ubuntu.com/xenial/lldb>`_
* `Ubuntu 18.04LTS - LLDB 6.0 <https://packages.ubuntu.com/bionic/lldb>`_

Arch Linux packages the latest `LLDB 6.0
<https://www.archlinux.org/packages/extra/x86_64/lldb/>`_.
OpenPOWER on IntegriCloud