diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 25 |
1 files changed, 11 insertions, 14 deletions
| @@ -1,21 +1,19 @@ | |||
| 1 | About | 1 | About |
| 2 | ===== | 2 | ===== |
| 3 | 3 | ||
| 4 | A library to communicate with services running on Apple iPhone/iPod Touch | 4 | A library to communicate with services of Apple iOS devices using native |
| 5 | devices. | 5 | protocols. |
| 6 | 6 | ||
| 7 | Requirements | 7 | Requirements |
| 8 | ============ | 8 | ============ |
| 9 | 9 | ||
| 10 | Development Packages of: | 10 | Development Packages of: |
| 11 | libgnutls | 11 | libgnutls or openssl |
| 12 | libgcrypt | ||
| 13 | glib2.0 | ||
| 14 | libplist | 12 | libplist |
| 15 | libusbmuxd (within usbmuxd package, see below) | 13 | libusbmuxd |
| 16 | 14 | ||
| 17 | Software: | 15 | Software: |
| 18 | usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git) | 16 | usbmuxd |
| 19 | make | 17 | make |
| 20 | autoheader | 18 | autoheader |
| 21 | automake | 19 | automake |
| @@ -23,6 +21,10 @@ Software: | |||
| 23 | libtool | 21 | libtool |
| 24 | gcc | 22 | gcc |
| 25 | 23 | ||
| 24 | Optional: | ||
| 25 | cython (Python bindings) | ||
| 26 | doxygen (Documentation) | ||
| 27 | |||
| 26 | Installation | 28 | Installation |
| 27 | ============ | 29 | ============ |
| 28 | 30 | ||
| @@ -31,10 +33,6 @@ To compile run: | |||
| 31 | make | 33 | make |
| 32 | sudo make install | 34 | sudo make install |
| 33 | 35 | ||
| 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? | 36 | Who/What/Where? |
| 39 | =============== | 37 | =============== |
| 40 | 38 | ||
| @@ -42,7 +40,7 @@ Home: | |||
| 42 | http://www.libimobiledevice.org/ | 40 | http://www.libimobiledevice.org/ |
| 43 | 41 | ||
| 44 | Code: | 42 | Code: |
| 45 | git clone git://git.sukimashita.com/libimobiledevice.git | 43 | git clone http://git.sukimashita.com/libimobiledevice.git |
| 46 | 44 | ||
| 47 | Tickets: | 45 | Tickets: |
| 48 | http://libiphone.lighthouseapp.com/ | 46 | http://libiphone.lighthouseapp.com/ |
| @@ -58,5 +56,4 @@ libimobiledevice is an independent software library and has not been | |||
| 58 | authorized, sponsored, or otherwise approved by Apple Inc. | 56 | authorized, sponsored, or otherwise approved by Apple Inc. |
| 59 | 57 | ||
| 60 | README Updated on: | 58 | README Updated on: |
| 61 | 2010-03-31 | 59 | 2013-03-18 |
| 62 | |||
