Added a few things that need to be installed on linux to build LLDB.

llvm-svn: 181028
This commit is contained in:
Greg Clayton 2013-05-03 16:29:42 +00:00
parent d77e8aefe3
commit 6991afe31b
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<p>So for example, on a Fedora system one might run:</p>
<code>&gt; yum install swig python-devel libedit-devel</code>
<p>On an Ubuntu system one might run:</p>
<code>&gt; sudo apt-get install swig python-dev libedit-dev </code>
<code>&gt; sudo apt-get install build-essential subversion swig python-dev libedit-dev </code>
<h2 >Building LLDB</h2>
<p>We first need to checkout the source trees into the appropriate locations. Both
Clang and LLDB build as subprojects of LLVM. This means we will be checking out