This repository contains the source code for the proot
binary used in the Karbon project.
The source code is derived from the Termux/proot repository.
Note: This binary should be built within the Termux environment.
To build the proot
binary, follow these steps:
-
Clone the repository:
git clone https://github.com/RohitKushvaha01/Proot
-
Navigate to the project directory:
cd Proot
NOTE: if you are building for package name other than com.rk.xededitor(karbon) you have to change the package name in GNUmakefile
- Execute the build script:
bash compile.sh
Upon successful completion of the build process, a proot.tar.gz
file will be generated.