Eric Christopher | 66cb9f2 | 2010-06-09 07:20:27 +0000 | [diff] [blame] | 1 | LLDB Installation Instructions |
| 2 | ============================== |
| 3 | |
Jason Molenda | d254440 | 2010-06-09 07:29:26 +0000 | [diff] [blame] | 4 | Note that LLDB currently only builds out of the box on Mac OS X with Xcode, but |
Eric Christopher | 66cb9f2 | 2010-06-09 07:20:27 +0000 | [diff] [blame] | 5 | patches to improve portability are definitely welcome. |
| 6 | |
| 7 | In addition to using Xcode you'll need to enable code signing on your system |
| 8 | to either build lldb or debug using lldb. Please see the code signing |
| 9 | documentation in docs/code-signing.txt for more detailed directions. |