mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Added a few things that need to be installed on linux to build LLDB.
llvm-svn: 181028
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user