Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

How to set up Termux to run RTB

DeadBread76 edited this page Jul 10, 2019 · 10 revisions

I can't guarantee RTB will work on Termux perfectly, If you have issues submit them and i'll try to fix it.

To run RTB on Android, you will need Termux and Termux API, I also highly recommend Hacker's Keyboard to use RTB.

When You first start Termux, Ensure you have access to the root-repo by typing: pkg install root-repoand update everything with apt update and then apt upgrade.

Once that is done, install Python by typing apt install python-dev clang libcrypt-dev, and then install git with pkg install git.

Once all is installed, type: git clone https://github.com/DeadBread76/Raid-Toolbox.git and wait for RTB to download.

Next type: cd Raid-Toolbox followed by python3 RTB.py and RTB will launch and detect if it is being run on Termux.

Clone this wiki locally