summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
-INSTALLATION
-================================================================================
-
-For:
- Apple iPhone/iPod Touch 1.0/1.1/1.1.1/1.2/1.3/2.0+
- + iPod USB cable
-
-You must have:
- libgnutls-dev
- libgcrypt-dev
- libusb-dev
- libfuse-dev (and the associated kernel modules)
- libglib2.0-dev
- libplist-dev
- usbmuxd (http://pims.selfip.net/git/usbmuxd)
+About
+=====
+
+A library to communicate with services running on Apple iPhone/iPod Touch
+devices.
+
+Requirements
+============
+
+Development Packages of:
+ libgnutls
+ libgcrypt
+ libusb
+ libfuse (and the associated kernel modules)
+ glib2.0
+ libplist
+ libusbmuxd (within usbmuxd package, see below)
+
+Software:
+ usbmuxd (git clone http://pims.selfip.net/git/usbmuxd)
make
autoheader
automake
@@ -20,30 +25,35 @@ You must have:
libtool
gcc
+Installation
+============
+
To compile run:
./autogen.sh
./configure
make
- sudo make install # (if you want to install it into your system directories)
+ sudo make install
On Ubuntu/Debian, you can do:
sudo apt-get install build-essential automake autoconf libtool\
libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \
libreadline5-dev
-== Who/what/where? ==
+Who/What/Where?
+===============
-wiki:
- http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page
+Wiki:
+ http://matt.colyer.name/projects/iphone-linux/
-code:
+Code:
git clone git://github.com/MattColyer/libiphone.git
-tickets:
- http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all
+Tickets:
+ http://libiphone.lighthouseapp.com/
-mailing list:
+Mailing List:
http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
-updated:
- 2009-04-23
+README Updated on:
+ 2009-07-24
+