summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2019-09-05 08:44:39 +0200
committerGravatar Nikias Bassen2019-09-05 08:44:39 +0200
commit454812a93e76f304a8dc09aa5ed193a0f074643c (patch)
treefcbf070b58b56ef788421512cbb87f5cc2eb41c1
parent43003cbc26315aaaee342158939c3b3504f367d0 (diff)
downloadlibirecovery-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
diff --git a/README b/README.md
index 58f79a0..b8e1060 100644
--- a/README
+++ b/README.md
@@ -1,5 +1,6 @@
1About 1# libirecovery
2===== 2
3## About
3 4
4libirecovery is a cross-platform library which implements communication to 5libirecovery is a cross-platform library which implements communication to
5iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also 6iBoot/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.
11This is a fork of an older version from http://www.openjailbreak.org/ and is 12This is a fork of an older version from http://www.openjailbreak.org/ and is
12ment to be used with idevicerestore from the libimobiledevice project. 13ment to be used with idevicerestore from the libimobiledevice project.
13 14
14Requirements 15## Requirements
15============
16 16
17Development Packages of: 17Development Packages of:
18 libusb 18* libusb (Darwin: IOKit, Windows: SetupAPI)
19 libreadline 19* libreadline
20 20
21Software: 21Software:
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
30Installation 30## Installation
31============
32 31
33To compile run: 32To compile run:
34 ./autogen.sh 33```bash
35 make 34./autogen.sh
36 sudo make install 35make
37 36sudo make install
38Who/What/Where? 37```
39===============
40
41Home:
42 http://www.libimobiledevice.org/
43
44Code:
45 git clone http://git.libimobiledevice.org/libirecovery.git
46
47Code (Mirror):
48 git clone https://github.com/libimobiledevice/libirecovery.git
49
50Tickets:
51 http://github.com/libimobiledevice/libirecovery/issues
52
53Mailing List:
54 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
55 38
56IRC: 39## Who/What/Where?
57 irc://irc.freenode.net#libimobiledevice
58 40
59Twitter: 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
62Credits 49## Credits
63=======
64 50
65Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. 51Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
66libirecovery is an independent software library and has not been authorized, 52libirecovery is an independent software library and has not been authorized,
67sponsored, or otherwise approved by Apple Inc. 53sponsored, or otherwise approved by Apple Inc.
68 54
69README Updated on: 55README Updated on:
70 2015-10-06 56 2019-09-05