This is a meta package which builds (or tries to build)
CPython
as a Framework for Apple
platforms.
- Clone this repo, with the
cpython
submodule. - Run
./build-macOS.sh
. - Check the
./build/
folder for the built framework.
Working platforms:
- macOS (tested with
2.7
and3.7
) - iOS
- other
This started off as a fork of beeware/Python-Apple-support, but I didn't manage to get it working, so I started writing my own script.
Certain parts are fore sure still inspired by this one, so thanks a lot!