1 LLDB Installation Instructions 2 ============================== 3 4 LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang). 5 6 On Mac OS X, in addition to using Xcode you'll need to enable code signing 7 on your system to either build lldb or debug using lldb. Please see the code 8 signing documentation in docs/code-signing.txt for more detailed directions. 9 10 For instructions to build LLDB on Linux, or more details about supported 11 compiler versions, other dependencies, and build flags, see: 12 13 http://lldb.llvm.org/build.html 14