Skip to content
vadimcn edited this page Aug 6, 2019 · 11 revisions

CodeLLDB bundles platform-specific libraries that it depends upon, with the exception of Python (and libXML2 on Linux).

Linux

apt-get update
apt-get install libpython2.7 libxml2

MacOS

MacOS comes with Python pre-installed; no action should be necessary.

Windows

Download and install Python 3.6.<latest release>, 64-bit version.

Clone this wiki locally