summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README62
1 files changed, 0 insertions, 62 deletions
diff --git a/README b/README
deleted file mode 100644
index b6f0e61..0000000
--- a/README
+++ /dev/null
@@ -1,62 +0,0 @@
1About
2=====
3
4A library to communicate with services running on Apple iPhone/iPod Touch
5devices.
6
7Requirements
8============
9
10Development Packages of:
11 libgnutls
12 libgcrypt
13 glib2.0
14 libplist
15 libusbmuxd (within usbmuxd package, see below)
16
17Software:
18 usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git)
19 make
20 autoheader
21 automake
22 autoconf
23 libtool
24 gcc
25
26Installation
27============
28
29To compile run:
30 ./configure
31 make
32 sudo make install
33
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?
39===============
40
41Home:
42 http://www.libimobiledevice.org/
43
44Code:
45 git clone git://git.sukimashita.com/libimobiledevice.git
46
47Tickets:
48 http://libiphone.lighthouseapp.com/
49
50Mailing List:
51 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
52
53Credits
54=======
55
56Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
57libimobiledevice is an independent software library and has not been
58authorized, sponsored, or otherwise approved by Apple Inc.
59
60README Updated on:
61 2010-03-31
62