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