diff options
| author | 2009-07-26 19:34:22 -0700 | |
|---|---|---|
| committer | 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 @@ | |||
| 1 | INSTALLATION | 1 | About |
| 2 | ================================================================================ | 2 | ===== |
| 3 | 3 | ||
| 4 | For: | 4 | A 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+ | 5 | devices. |
| 6 | + iPod USB cable | 6 | |
| 7 | 7 | Requirements | |
| 8 | You must have: | 8 | ============ |
| 9 | libgnutls-dev | 9 | |
| 10 | libgcrypt-dev | 10 | Development 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 | |||
| 19 | Software: | ||
| 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 | ||
| 28 | Installation | ||
| 29 | ============ | ||
| 30 | |||
| 23 | To compile run: | 31 | To 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 | ||
| 29 | On Ubuntu/Debian, you can do: | 37 | On 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? == | 42 | Who/What/Where? |
| 43 | =============== | ||
| 35 | 44 | ||
| 36 | wiki: | 45 | Wiki: |
| 37 | http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page | 46 | http://matt.colyer.name/projects/iphone-linux/ |
| 38 | 47 | ||
| 39 | code: | 48 | Code: |
| 40 | git clone git://github.com/MattColyer/libiphone.git | 49 | git clone git://github.com/MattColyer/libiphone.git |
| 41 | 50 | ||
| 42 | tickets: | 51 | Tickets: |
| 43 | http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all | 52 | http://libiphone.lighthouseapp.com/ |
| 44 | 53 | ||
| 45 | mailing list: | 54 | Mailing 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 | ||
| 48 | updated: | 57 | README Updated on: |
| 49 | 2009-04-23 | 58 | 2009-07-24 |
| 59 | |||
