Skip to content

Commit a3aa58e

Browse files
committed
Convert README to markdown syntax, update content and links
1 parent 0aea87a commit a3aa58e

File tree

2 files changed

+53
-68
lines changed

2 files changed

+53
-68
lines changed

README

-68
This file was deleted.

README.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# libideviceactivation
2+
3+
## About
4+
5+
A library to manage the activation process of Apple iOS devices.
6+
7+
## Requirements
8+
9+
Development ackages of:
10+
* libcurl
11+
* libxml2
12+
* libplist
13+
* libimobiledevice
14+
15+
Software:
16+
* usbmuxd
17+
* make
18+
* autoheader
19+
* automake
20+
* autoconf
21+
* libtool
22+
* pkg-config
23+
* gcc
24+
25+
## Installation
26+
27+
To compile run:
28+
```bash
29+
./autogen.sh
30+
make
31+
sudo make install
32+
```
33+
34+
## Who/What/Where?
35+
36+
* Home: https://libimobiledevice.org/
37+
* Code: `git clone https://git.libimobiledevice.org/libideviceactivation.git`
38+
* Code (Mirror): `git clone https://github.com/libimobiledevice/libideviceactivation.git`
39+
* Tickets: https://github.com/libimobiledevice/libideviceactivation/issues
40+
* Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
41+
* Twitter: https://twitter.com/libimobiledev
42+
43+
## Credits
44+
45+
Inspired by the activation utility from Joshua Hill aka p0sixninja:
46+
https://github.com/posixninja/ideviceactivate/
47+
48+
Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
49+
50+
libideviceactivation is an independent software library and has not been
51+
authorized, sponsored, or otherwise approved by Apple Inc.
52+
53+
README Updated on: 2020-06-08

0 commit comments

Comments
 (0)