Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So instead, you can go to Python.org and get a 32 bit build of the latest Python3. Remember to get a debug build/tell the installer to install debug libs, if you want to build a debug lldb. (everything else is fine with a release Python afaict)

Install Git

Usual thing, go to https://git-scm.com/download/win and get the latest 32 bit installer.

Build Ninja

Again build tools can/does come with a ninja but the default one doesn’t run on WoA. I built ninja from source (https://github.com/ninja-build/ninja ) using the cmake build method.

...