[Lldb-commits] [lldb] r191635 - Update the build documentation for Debian & Ubuntu
Sylvestre Ledru
sylvestre at debian.org
Sun Sep 29 03:46:26 PDT 2013
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>> 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>> sudo apt-get install build-essential subversion swig python-dev libedit-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>
<code>> 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>> sudo apt-get install doxygen graphviz
- <br>> sudo pip install epydoc
+ <br>> 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
More information about the lldb-commits
mailing list