This is an experimental set of build scripts that will crosscompile the latest Python 3 hg tip for an Android device.
make cleanfor good measure.- For every API Level/architecture combination you wish to build for:
- Edit
envto match your (desired) configuration. maketo build everything!
- Edit
Building requires:
- Linux
- The latest Android NDK installed and environment variable
$ANDROID_NDKpoints to its root directory. - git, hg and python3.6 in $PATH
- Python is currently not usable. See https://bugs.python.org/issue28046