From 6991afe31b96efb507cfd376cb83f665404dea66 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 3 May 2013 16:29:42 +0000 Subject: [PATCH] Added a few things that need to be installed on linux to build LLDB. llvm-svn: 181028 --- lldb/www/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/www/build.html b/lldb/www/build.html index 8637689dc5b8..c07a82300643 100755 --- a/lldb/www/build.html +++ b/lldb/www/build.html @@ -80,7 +80,7 @@

So for example, on a Fedora system one might run:

> yum install swig python-devel libedit-devel

On an Ubuntu system one might run:

- > sudo apt-get install swig python-dev libedit-dev + > sudo apt-get install build-essential subversion swig python-dev libedit-dev

Building LLDB

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