diff options
Diffstat (limited to 'util/ldid-xerub/README.md')
-rw-r--r-- | util/ldid-xerub/README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/util/ldid-xerub/README.md b/util/ldid-xerub/README.md new file mode 100644 index 000000000..32ef83724 --- /dev/null +++ b/util/ldid-xerub/README.md @@ -0,0 +1,21 @@ +# ldid + +This is simply a small update to [xerub's unofficial fork](https://github.com/xerub/ldid), originally from saurik's repo `git://git.saurik.com/ldid.git`. This has been updated to compile for ldid2 which is necessary for some iOS jailbreaks. + +`ldid` and `ldid2` macOS binaries are provided for convenience. + +# Compiling + +To compile from source: +``` +make +``` + +# Troubleshooting + +If you're trying to install something like [Electra jailbreak](https://github.com/coolstar/electra) from source, you'll want to: +``` +cp ldid2 /usr/local/bin +``` + +-samy
\ No newline at end of file |