diff options
| author | 2009-04-13 08:48:00 -0700 | |
|---|---|---|
| committer | 2009-04-13 08:48:00 -0700 | |
| commit | 6671ca3d6de6a1fd27853e3b1ce7a81d568703f0 (patch) | |
| tree | 735c5ace7ed57cd4e19f2fde423b22e6104eaa98 /README | |
| parent | bd31783d7fde0b5bd101f4a3f97ca1aca2aa6fab (diff) | |
| parent | 288929f45cb2641690879b52ec514097995cd41a (diff) | |
| download | libimobiledevice-6671ca3d6de6a1fd27853e3b1ce7a81d568703f0.tar.gz libimobiledevice-6671ca3d6de6a1fd27853e3b1ce7a81d568703f0.tar.bz2 | |
Merged in Jonathan's libplist libiphone. [#2 state:resolved]
Diffstat (limited to 'README')
| -rw-r--r-- | README | 21 |
1 files changed, 2 insertions, 19 deletions
| @@ -7,10 +7,11 @@ For: | |||
| 7 | 7 | ||
| 8 | You must have: | 8 | You must have: |
| 9 | libgnutls-dev | 9 | libgnutls-dev |
| 10 | libgcrypt-dev | ||
| 10 | libusb-dev | 11 | libusb-dev |
| 11 | libfuse-dev (and the associated kernel modules) | 12 | libfuse-dev (and the associated kernel modules) |
| 12 | libglib2.0-dev | 13 | libglib2.0-dev |
| 13 | libxml2-dev | 14 | libplist-dev |
| 14 | make | 15 | make |
| 15 | autoheader | 16 | autoheader |
| 16 | automake | 17 | automake |
| @@ -30,24 +31,6 @@ On Ubuntu/Debian, you can do: | |||
| 30 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ | 31 | libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ |
| 31 | libreadline5-dev | 32 | libreadline5-dev |
| 32 | 33 | ||
| 33 | USAGE | ||
| 34 | ================================================================================ | ||
| 35 | |||
| 36 | Now comes the fun bit! | ||
| 37 | |||
| 38 | == Generating keys == | ||
| 39 | |||
| 40 | IMPORTANT: Before using the library you must run "libiphone-initconf" | ||
| 41 | as your own user (not root). It will generate keys and a host id for your | ||
| 42 | system to be able to communicate with 'lockdownd' on the iPhone. | ||
| 43 | |||
| 44 | It will probably take 5-10 minutes, but thankfully only needs to be | ||
| 45 | run _once_. It MUST be run otherwise communication will not work: | ||
| 46 | |||
| 47 | libiphone-initconf | ||
| 48 | |||
| 49 | The generated keys are saved in '~/.config/libiphone/' in your home directory. | ||
| 50 | |||
| 51 | == Who/what/where? == | 34 | == Who/what/where? == |
| 52 | 35 | ||
| 53 | wiki: | 36 | wiki: |
