mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
d6c8f2b6bf
llvm-svn: 175816
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
LLDB Installation Instructions
|
|
==============================
|
|
|
|
LLDB builds on Mac OS X (with Xcode) and Linux (with GCC or Clang).
|
|
|
|
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
|