summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README25
1 files changed, 11 insertions, 14 deletions
diff --git a/README b/README
index b6f0e61..f15c8ba 100644
--- a/README
+++ b/README
@@ -1,21 +1,19 @@
1About 1About
2===== 2=====
3 3
4A library to communicate with services running on Apple iPhone/iPod Touch 4A library to communicate with services of Apple iOS devices using native
5devices. 5protocols.
6 6
7Requirements 7Requirements
8============ 8============
9 9
10Development Packages of: 10Development Packages of:
11 libgnutls 11 libgnutls or openssl
12 libgcrypt
13 glib2.0
14 libplist 12 libplist
15 libusbmuxd (within usbmuxd package, see below) 13 libusbmuxd
16 14
17Software: 15Software:
18 usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git) 16 usbmuxd
19 make 17 make
20 autoheader 18 autoheader
21 automake 19 automake
@@ -23,6 +21,10 @@ Software:
23 libtool 21 libtool
24 gcc 22 gcc
25 23
24Optional:
25 cython (Python bindings)
26 doxygen (Documentation)
27
26Installation 28Installation
27============ 29============
28 30
@@ -31,10 +33,6 @@ To compile run:
31 make 33 make
32 sudo make install 34 sudo make install
33 35
34On Ubuntu/Debian, you can do:
35 sudo apt-get install build-essential automake autoconf libtool\
36 libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-dev
37
38Who/What/Where? 36Who/What/Where?
39=============== 37===============
40 38
@@ -42,7 +40,7 @@ Home:
42 http://www.libimobiledevice.org/ 40 http://www.libimobiledevice.org/
43 41
44Code: 42Code:
45 git clone git://git.sukimashita.com/libimobiledevice.git 43 git clone http://git.sukimashita.com/libimobiledevice.git
46 44
47Tickets: 45Tickets:
48 http://libiphone.lighthouseapp.com/ 46 http://libiphone.lighthouseapp.com/
@@ -58,5 +56,4 @@ libimobiledevice is an independent software library and has not been
58authorized, sponsored, or otherwise approved by Apple Inc. 56authorized, sponsored, or otherwise approved by Apple Inc.
59 57
60README Updated on: 58README Updated on:
61 2010-03-31 59 2013-03-18
62