summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-07-26 19:34:22 -0700
committerGravatar Matt Colyer2009-07-26 19:34:22 -0700
commiteea538c94f01f8054f69f059614f19400187a472 (patch)
tree209a12dc8c8eaece15b8153d15e689c8c2147ab6 /README
parent8ebfd7d8eea89bb27e4e6dbb1f37fd90d98b439c (diff)
parent19c9750d670435ce430f0fc85a55faf127bdfbf9 (diff)
downloadlibimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.gz
libimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.bz2
Merge commit 'martin-s/martin'
[#46 state:resolved]
Diffstat (limited to 'README')
-rw-r--r--README60
1 files changed, 35 insertions, 25 deletions
diff --git a/README b/README
index d0fc3a9..3c7011f 100644
--- a/README
+++ b/README
@@ -1,18 +1,23 @@
1INSTALLATION 1About
2================================================================================ 2=====
3 3
4For: 4A library to communicate with services running on Apple iPhone/iPod Touch
5 Apple iPhone/iPod Touch 1.0/1.1/1.1.1/1.2/1.3/2.0+ 5devices.
6 + iPod USB cable 6
7 7Requirements
8You must have: 8============
9 libgnutls-dev 9
10 libgcrypt-dev 10Development Packages of:
11 libusb-dev 11 libgnutls
12 libfuse-dev (and the associated kernel modules) 12 libgcrypt
13 libglib2.0-dev 13 libusb
14 libplist-dev 14 libfuse (and the associated kernel modules)
15 usbmuxd (http://pims.selfip.net/git/usbmuxd) 15 glib2.0
16 libplist
17 libusbmuxd (within usbmuxd package, see below)
18
19Software:
20 usbmuxd (git clone http://pims.selfip.net/git/usbmuxd)
16 make 21 make
17 autoheader 22 autoheader
18 automake 23 automake
@@ -20,30 +25,35 @@ You must have:
20 libtool 25 libtool
21 gcc 26 gcc
22 27
28Installation
29============
30
23To compile run: 31To compile run:
24 ./autogen.sh 32 ./autogen.sh
25 ./configure 33 ./configure
26 make 34 make
27 sudo make install # (if you want to install it into your system directories) 35 sudo make install
28 36
29On Ubuntu/Debian, you can do: 37On Ubuntu/Debian, you can do:
30 sudo apt-get install build-essential automake autoconf libtool\ 38 sudo apt-get install build-essential automake autoconf libtool\
31 libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ 39 libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \
32 libreadline5-dev 40 libreadline5-dev
33 41
34== Who/what/where? == 42Who/What/Where?
43===============
35 44
36wiki: 45Wiki:
37 http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page 46 http://matt.colyer.name/projects/iphone-linux/
38 47
39code: 48Code:
40 git clone git://github.com/MattColyer/libiphone.git 49 git clone git://github.com/MattColyer/libiphone.git
41 50
42tickets: 51Tickets:
43 http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all 52 http://libiphone.lighthouseapp.com/
44 53
45mailing list: 54Mailing List:
46 http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com 55 http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
47 56
48updated: 57README Updated on:
49 2009-04-23 58 2009-07-24
59