[Lldb-commits] [lldb] r175816 - Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.

Daniel Malea daniel.malea at intel.com
Thu Feb 21 14:37:18 PST 2013


Author: dmalea
Date: Thu Feb 21 16:37:18 2013
New Revision: 175816

URL: http://llvm.org/viewvc/llvm-project?rev=175816&view=rev
Log:
Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang.


Modified:
    lldb/trunk/INSTALL.txt

Modified: lldb/trunk/INSTALL.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/INSTALL.txt?rev=175816&r1=175815&r2=175816&view=diff
==============================================================================
--- lldb/trunk/INSTALL.txt (original)
+++ lldb/trunk/INSTALL.txt Thu Feb 21 16:37:18 2013
@@ -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





More information about the lldb-commits mailing list