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.
- Host: GitHub
- URL: https://github.com/green-green-avk/build-proot-android
- Owner: green-green-avk
- License: mit
- Created: 2019-06-17T02:41:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T19:20:12.000Z (over 2 years ago)
- Last Synced: 2025-04-15T11:45:32.785Z (6 months ago)
- Topics: android, proot, proot-android, pty, terminal
- Language: Shell
- Homepage:
- Size: 12 MB
- Stars: 67
- Watchers: 4
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- ???
- ProfitHow 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.