[Lldb-commits] [lldb] r105697 - /lldb/trunk/INSTALL.txt

Eric Christopher echristo at apple.com
Wed Jun 9 00:20:27 PDT 2010


Author: echristo
Date: Wed Jun  9 02:20:27 2010
New Revision: 105697

URL: http://llvm.org/viewvc/llvm-project?rev=105697&view=rev
Log:
Add a quick readme on building lldb.  This points to the code signing
documentation for now and mentions that it only supports xcode at the
moment.

Added:
    lldb/trunk/INSTALL.txt

Added: lldb/trunk/INSTALL.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/INSTALL.txt?rev=105697&view=auto
==============================================================================
--- lldb/trunk/INSTALL.txt (added)
+++ lldb/trunk/INSTALL.txt Wed Jun  9 02:20:27 2010
@@ -0,0 +1,9 @@
+LLDB Installation Instructions
+==============================
+
+Note that LLDB currently only builds out of the box on Darwin with Xcode, but
+patches to improve portability are definitely welcome.
+
+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.





More information about the lldb-commits mailing list