[Lldb-commits] [lldb] r181028 - Added a few things that need to be installed on linux to build LLDB.

Greg Clayton gclayton at apple.com
Fri May 3 09:29:42 PDT 2013


Author: gclayton
Date: Fri May  3 11:29:42 2013
New Revision: 181028

URL: http://llvm.org/viewvc/llvm-project?rev=181028&view=rev
Log:
Added a few things that need to be installed on linux to build LLDB.


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=181028&r1=181027&r2=181028&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Fri May  3 11:29:42 2013
@@ -80,7 +80,7 @@
                 <p>So for example, on a Fedora system one might run:</p>
                 <code>> yum install swig python-devel libedit-devel</code>
                 <p>On an Ubuntu system one might run:</p>
-                <code>> sudo apt-get install swig python-dev libedit-dev </code>
+                <code>> 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





More information about the lldb-commits mailing list