aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-05-03 16:29:42 +0000
committerGreg Clayton <gclayton@apple.com>2013-05-03 16:29:42 +0000
commit65da8c2481a3803759a57b29040507f465aaf9bd (patch)
tree537142731c2772e15128ba8833a4f344c5b426cd /www
parent7d18ec6bd5dbac01b9279c55e47b4a22e2679b87 (diff)
downloadlldb-65da8c2481a3803759a57b29040507f465aaf9bd.tar.gz
Added a few things that need to be installed on linux to build LLDB.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@181028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/build.html b/www/build.html
index 8637689dc..c07a82300 100755
--- a/www/build.html
+++ b/www/build.html
@@ -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