summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlldb/www/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/www/build.html b/lldb/www/build.html
index 8d59ffcbfbf..363d70f3637 100755
--- a/lldb/www/build.html
+++ b/lldb/www/build.html
@@ -84,7 +84,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 a Debian or Ubuntu system one might run:</p>
- <code>&gt; sudo apt-get install build-essential subversion swig python-dev libedit-dev </code>
+ <code>&gt; sudo apt-get install build-essential subversion swig python2.7-dev libedit-dev libncurses5-dev </code>
<p>or</p>
<code>&gt; sudo apt-get build-dep lldb-3.3 # or lldb-3.4</code>
<p>On FreeBSD one might run:</p>
OpenPOWER on IntegriCloud