diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 62 |
1 files changed, 0 insertions, 62 deletions
| @@ -1,62 +0,0 @@ | |||
| 1 | About | ||
| 2 | ===== | ||
| 3 | |||
| 4 | A library to communicate with services running on Apple iPhone/iPod Touch | ||
| 5 | devices. | ||
| 6 | |||
| 7 | Requirements | ||
| 8 | ============ | ||
| 9 | |||
| 10 | Development Packages of: | ||
| 11 | libgnutls | ||
| 12 | libgcrypt | ||
| 13 | glib2.0 | ||
| 14 | libplist | ||
| 15 | libusbmuxd (within usbmuxd package, see below) | ||
| 16 | |||
| 17 | Software: | ||
| 18 | usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git) | ||
| 19 | make | ||
| 20 | autoheader | ||
| 21 | automake | ||
| 22 | autoconf | ||
| 23 | libtool | ||
| 24 | gcc | ||
| 25 | |||
| 26 | Installation | ||
| 27 | ============ | ||
| 28 | |||
| 29 | To compile run: | ||
| 30 | ./configure | ||
| 31 | make | ||
| 32 | sudo make install | ||
| 33 | |||
| 34 | On Ubuntu/Debian, you can do: | ||
| 35 | sudo apt-get install build-essential automake autoconf libtool\ | ||
| 36 | libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-dev | ||
| 37 | |||
| 38 | Who/What/Where? | ||
| 39 | =============== | ||
| 40 | |||
| 41 | Home: | ||
| 42 | http://www.libimobiledevice.org/ | ||
| 43 | |||
| 44 | Code: | ||
| 45 | git clone git://git.sukimashita.com/libimobiledevice.git | ||
| 46 | |||
| 47 | Tickets: | ||
| 48 | http://libiphone.lighthouseapp.com/ | ||
| 49 | |||
| 50 | Mailing List: | ||
| 51 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | ||
| 52 | |||
| 53 | Credits | ||
| 54 | ======= | ||
| 55 | |||
| 56 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | ||
| 57 | libimobiledevice is an independent software library and has not been | ||
| 58 | authorized, sponsored, or otherwise approved by Apple Inc. | ||
| 59 | |||
| 60 | README Updated on: | ||
| 61 | 2010-03-31 | ||
| 62 | |||
