Skip to content

Building INDS Jailbroken

DarknesGaming edited this page May 2, 2016 · 14 revisions

Option 1: Cydia

If you're jailbroken, please add the following source: http://www.williamlcobb.com/repo

Download iNDS from the repository. You must be running on iOS 8.1 to do this.

Option 2: Compile and install iNDS using the Makefile

Clone the iNDS Git repository. You may do this from a Terminal instance with the command git clone https://github.com/williamlcobb/iNDS.git, or from a Git frontend like SourceTree.

If you have not yet opened a Terminal instance, do so now.

Make sure THEOS_DEVICE_IP is defined. You can do so by running export THEOS_DEVICE_IP=<your iOS device's IP address>.

cd to the cloned "iNDS" folder, and run make install.

iNDS will compile and scp itself to your iOS device.