diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 21:12:01 -0500 |
---|---|---|
committer | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-23 21:12:01 -0500 |
commit | fb7fdb15e6073390c7f78240fdec92047924c240 (patch) | |
tree | e063638adda3c717edd9e6486a5f3aa14700a527 /util/ldid-xerub/README.md | |
parent | 12335518ab39608d58370c85ff9f5384ad2aa5f7 (diff) |
Slight Cleanup.
TODO:
- Reformat scripts.
- Allow for 'mini-packages' inside 'main' packages to decrease /data clutter.
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 |