Author: sylvestre
Date: Sun Sep 29 05:46:25 2013
New Revision: 191635

URL: http://llvm.org/viewvc/llvm-project?rev=191635&view=rev
Log:
Update the build documentation for Debian & Ubuntu

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=191635&r1=191634&r2=191635&view=diff
==============================================================================
--- lldb/trunk/www/build.html (original)
+++ lldb/trunk/www/build.html Sun Sep 29 05:46:25 2013
@@ -83,8 +83,10 @@
                 </ul>
                 <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>
+                <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>
+                <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>
                 <code>&gt; pkg install swig python</code>
                 <p>If you wish to build the optional reference documentation, 
additional dependencies are required:</p>
@@ -93,10 +95,10 @@
                   <li> doxygen (only if you wish to build the C++ API 
reference)
                   <li> epydoc (only if you wish to build the Python API 
reference)
                 </ul>
-                <p>To install the prerequisites for building the documentation 
(on Ubuntu) do:</p>
+                <p>To install the prerequisites for building the documentation 
(on Debian/Ubuntu) do:</p>
                 <code>
                   <br>&gt; sudo apt-get install doxygen graphviz
-                  <br>&gt; sudo pip install epydoc
+                  <br>&gt; sudo pip install epydoc # or install package 
python-epydoc
                 </code>
                 <h2 >Building LLDB</h2>
                 <p>We first need to checkout the source trees into the 
appropriate locations.  Both


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to