mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-27 10:18:36 +00:00
290be2a3b7
Summary: After the LLDB website was migrated to be generated by Sphinx the build.html file lives in another location. See http://lists.llvm.org/pipermail/lldb-dev/2019-April/014992.html. Reviewers: teemperor Reviewed By: teemperor Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D61368 llvm-svn: 359665
19 lines
836 B
Plaintext
19 lines
836 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.
|
|
|
|
If you are building on Mac OS X and LLVM is not present in llvm/, then LLDB
|
|
will check it out automatically. The files in scripts/Xcode/repos determine
|
|
which branches of LLVM/Clang are checked out, depending on the current
|
|
LLDB branch, according to the algorithm in scripts/Xcode/repo.py.
|
|
|
|
For instructions to build LLDB on Linux, or more details about supported
|
|
compiler versions, other dependencies, and build flags, see:
|
|
|
|
https://lldb.llvm.org/resources/build.html
|