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. On Linux and MacOS it needs Python 2.7, on Windows - Python 3.5.

Linux

apt-get install python2.7

MacOS

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

Windows

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

Clone this wiki locally