Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.
authorDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 22:37:18 +0000 (22:37 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 21 Feb 2013 22:37:18 +0000 (22:37 +0000)
llvm-svn: 175816

lldb/INSTALL.txt

index 7865a65..0f05823 100644 (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