on OSX/Linux
?
export THEOS=/opt/theos
git clone git://github.com/DHowett/theos.git ?$THEOS
?
git clone git://git.saurik.com/ldid.git
cd ldid
git submodule update --init
./make.sh
cp -f ./ldid $THEOS/bin/ldid
?
~/.bash_profile?
export THEOS=/opt/theos
export THEOS_DEVICE_IP=example.local THEOS_DEVICE_PORT=22
?
. ~/.bash_profile?
?
copy /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate from the device to your local $THEOS/lib folder and rename it to libsubstrate.dylib.
?
on IOS
1. Create a file at /etc/apt/sources.list.d/coredev.nl.list containing the following line:
deb http://coredev.nl/cydia iphone main
?
2. Create a file at /etc/apt/sources.list.d/howett.net.list containing the following line:
deb http://nix.howett.net/theos ./
?
3. apt-get update
4. apt-get install perl net.howett.theos
git clone git://git.saurik.com/ldid.git