diff options
author | Martin Szulecki | 2009-07-24 14:50:58 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-24 14:50:58 +0200 |
commit | 2e0e269663ac279f3e7a8430ac8c6ec1d4fc2266 (patch) | |
tree | cb656890f5ea43c1f3607c1679993059c49aba0e | |
parent | 0e80ca70829eb7c3cab32019ca4dfaef577b6e69 (diff) | |
download | libimobiledevice-2e0e269663ac279f3e7a8430ac8c6ec1d4fc2266.tar.gz libimobiledevice-2e0e269663ac279f3e7a8430ac8c6ec1d4fc2266.tar.bz2 |
Update README structure, URLS and make requirements more general
-rw-r--r-- | README | 60 |
1 files changed, 35 insertions, 25 deletions
@@ -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 + |