diff options
author | Matt Colyer | 2009-07-26 19:34:22 -0700 |
---|---|---|
committer | Matt Colyer | 2009-07-26 19:34:22 -0700 |
commit | eea538c94f01f8054f69f059614f19400187a472 (patch) | |
tree | 209a12dc8c8eaece15b8153d15e689c8c2147ab6 /README | |
parent | 8ebfd7d8eea89bb27e4e6dbb1f37fd90d98b439c (diff) | |
parent | 19c9750d670435ce430f0fc85a55faf127bdfbf9 (diff) | |
download | libimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.gz libimobiledevice-eea538c94f01f8054f69f059614f19400187a472.tar.bz2 |
Merge commit 'martin-s/martin'
[#46 state:resolved]
Diffstat (limited to 'README')
-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 + |