[Lldb-commits] [lldb] r204619 - Update for Ubuntu 13.10 after feedback from Eran Ifrah.

Greg Clayton gclayton at apple.com
Mon Mar 24 09:31:00 PDT 2014


Author: gclayton
Date: Mon Mar 24 11:30:59 2014
New Revision: 204619

URL: http://llvm.org/viewvc/llvm-project?rev=204619&view=rev
Log:
Update for Ubuntu 13.10 after feedback from Eran Ifrah.


Modified:
    lldb/trunk/www/build.html

Modified: lldb/trunk/www/build.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/build.html?rev=204619&r1=204618&r2=204619&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Mon Mar 24 11:30:59 2014
@@ -84,7 +84,7 @@
                 <p>So for example, on a Fedora system one might run:</p>
                 <code>> yum install swig python-devel libedit-devel</code>
                 <p>On a Debian or Ubuntu system one might run:</p>
-                <code>> sudo apt-get install build-essential subversion swig python-dev libedit-dev </code>
+                <code>> sudo apt-get install build-essential subversion swig python2.7-dev libedit-dev libncurses5-dev </code>
                 <p>or</p>
                 <code>> sudo apt-get build-dep lldb-3.3 # or lldb-3.4</code>
                 <p>On FreeBSD one might run:</p>





More information about the lldb-commits mailing list