An open API service indexing awesome lists of open source software.

https://github.com/green-green-avk/build-proot-android

PRoot build scripts (and prebuilt binaries) for Android.
https://github.com/green-green-avk/build-proot-android

android proot proot-android pty terminal

Last synced: 13 days ago
JSON representation

PRoot build scripts (and prebuilt binaries) for Android.

Awesome Lists containing this project

README

          

# build-proot-android

PRoot build scripts for Android. They produce PRoot binaries, statically linked with libtalloc, with unbundled loader and freely relocatable in a file tree.

Usage:
- Build or get prebuilt at https://github.com/green-green-avk/build-proot-android/tree/master/packages
- Unpack ``
- Run as `/root/bin/proot`\
for details, see https://github.com/green-green-avk/proot/blob/master/doc/usage/android/start-script-example
- ???
- Profit

How to build:
- Dependencies: Android NDK / make / tar / gzip
- Tune `config` file to match your environment
- Run `./build.sh`

See https://github.com/green-green-avk/proot for more info.