blob: 0f05823b6e4cc322a453b13e653715f19533bd3c [file] [log] [blame]
Enrico Granata5f217392013-02-21 22:17:45 +00001LLDB Installation Instructions
Eric Christopher66cb9f22010-06-09 07:20:27 +00002==============================
3
Daniel Malea3efa4292013-02-21 22:37:18 +00004LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang).
Eric Christopher66cb9f22010-06-09 07:20:27 +00005
Daniel Malea3efa4292013-02-21 22:37:18 +00006On Mac OS X, in addition to using Xcode you'll need to enable code signing
7on your system to either build lldb or debug using lldb. Please see the code
8signing documentation in docs/code-signing.txt for more detailed directions.
9
10For instructions to build LLDB on Linux, or more details about supported
11compiler versions, other dependencies, and build flags, see:
12
13 http://lldb.llvm.org/build.html