From 2e0e269663ac279f3e7a8430ac8c6ec1d4fc2266 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 24 Jul 2009 14:50:58 +0200 Subject: [PATCH] Update README structure, URLS and make requirements more general --- README | 60 +++++++++++++++++++++++++++++++++++------------------------- 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 + -- 1.6.0.2