diff options
| author | 2019-09-05 08:44:39 +0200 | |
|---|---|---|
| committer | 2019-09-05 08:44:39 +0200 | |
| commit | 454812a93e76f304a8dc09aa5ed193a0f074643c (patch) | |
| tree | fcbf070b58b56ef788421512cbb87f5cc2eb41c1 | |
| parent | 43003cbc26315aaaee342158939c3b3504f367d0 (diff) | |
| download | libirecovery-454812a93e76f304a8dc09aa5ed193a0f074643c.tar.gz libirecovery-454812a93e76f304a8dc09aa5ed193a0f074643c.tar.bz2 | |
Converted README to markdown and updated links
| -rw-r--r-- | README.md (renamed from README) | 72 |
1 files changed, 29 insertions, 43 deletions
| @@ -1,5 +1,6 @@ | |||
| 1 | About | 1 | # libirecovery |
| 2 | ===== | 2 | |
| 3 | ## About | ||
| 3 | 4 | ||
| 4 | libirecovery is a cross-platform library which implements communication to | 5 | libirecovery is a cross-platform library which implements communication to |
| 5 | iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also | 6 | iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also |
| @@ -11,60 +12,45 @@ terms of the LGPL 2.1. The full license text can be found in the LICENSE file. | |||
| 11 | This is a fork of an older version from http://www.openjailbreak.org/ and is | 12 | This is a fork of an older version from http://www.openjailbreak.org/ and is |
| 12 | ment to be used with idevicerestore from the libimobiledevice project. | 13 | ment to be used with idevicerestore from the libimobiledevice project. |
| 13 | 14 | ||
| 14 | Requirements | 15 | ## Requirements |
| 15 | ============ | ||
| 16 | 16 | ||
| 17 | Development Packages of: | 17 | Development Packages of: |
| 18 | libusb | 18 | * libusb (Darwin: IOKit, Windows: SetupAPI) |
| 19 | libreadline | 19 | * libreadline |
| 20 | 20 | ||
| 21 | Software: | 21 | Software: |
| 22 | make | 22 | * make |
| 23 | autoheader | 23 | * autoheader |
| 24 | automake | 24 | * automake |
| 25 | autoconf | 25 | * autoconf |
| 26 | libtool | 26 | * libtool |
| 27 | pkg-config | 27 | * pkg-config |
| 28 | gcc | 28 | * gcc or clang |
| 29 | 29 | ||
| 30 | Installation | 30 | ## Installation |
| 31 | ============ | ||
| 32 | 31 | ||
| 33 | To compile run: | 32 | To compile run: |
| 34 | ./autogen.sh | 33 | ```bash |
| 35 | make | 34 | ./autogen.sh |
| 36 | sudo make install | 35 | make |
| 37 | 36 | sudo make install | |
| 38 | Who/What/Where? | 37 | ``` |
| 39 | =============== | ||
| 40 | |||
| 41 | Home: | ||
| 42 | http://www.libimobiledevice.org/ | ||
| 43 | |||
| 44 | Code: | ||
| 45 | git clone http://git.libimobiledevice.org/libirecovery.git | ||
| 46 | |||
| 47 | Code (Mirror): | ||
| 48 | git clone https://github.com/libimobiledevice/libirecovery.git | ||
| 49 | |||
| 50 | Tickets: | ||
| 51 | http://github.com/libimobiledevice/libirecovery/issues | ||
| 52 | |||
| 53 | Mailing List: | ||
| 54 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 55 | 38 | ||
| 56 | IRC: | 39 | ## Who/What/Where? |
| 57 | irc://irc.freenode.net#libimobiledevice | ||
| 58 | 40 | ||
| 59 | Twitter: | 41 | * Home: https://www.libimobiledevice.org/ |
| 60 | https://twitter.com/libimobiledev | 42 | * Code: `git clone https://git.libimobiledevice.org/libirecovery.git` |
| 43 | * Code (Mirror): `git clone https://github.com/libimobiledevice/libirecovery.git` | ||
| 44 | * Tickets: https://github.com/libimobiledevice/libirecovery/issues | ||
| 45 | * Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 46 | * IRC: irc://irc.freenode.net#libimobiledevice | ||
| 47 | * Twitter: https://twitter.com/libimobiledev | ||
| 61 | 48 | ||
| 62 | Credits | 49 | ## Credits |
| 63 | ======= | ||
| 64 | 50 | ||
| 65 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | 51 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. |
| 66 | libirecovery is an independent software library and has not been authorized, | 52 | libirecovery is an independent software library and has not been authorized, |
| 67 | sponsored, or otherwise approved by Apple Inc. | 53 | sponsored, or otherwise approved by Apple Inc. |
| 68 | 54 | ||
| 69 | README Updated on: | 55 | README Updated on: |
| 70 | 2015-10-06 | 56 | 2019-09-05 |
