Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.

llvm-svn: 175816
This commit is contained in:
Daniel Malea 2013-02-21 22:37:18 +00:00
parent c0c5d46c81
commit d6c8f2b6bf

View File

@ -1,9 +1,13 @@
LLDB Installation Instructions
==============================
Note that LLDB currently only builds out of the box on Mac OS X with Xcode, but
patches to improve portability are definitely welcome.
LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang).
In addition to using Xcode you'll need to enable code signing on your system
to either build lldb or debug using lldb. Please see the code signing
documentation in docs/code-signing.txt for more detailed directions.
On Mac OS X, in addition to using Xcode you'll need to enable code signing
on your system to either build lldb or debug using lldb. Please see the code
signing documentation in docs/code-signing.txt for more detailed directions.
For instructions to build LLDB on Linux, or more details about supported
compiler versions, other dependencies, and build flags, see:
http://lldb.llvm.org/build.html