summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-04-13 08:48:00 -0700
committerGravatar Matt Colyer2009-04-13 08:48:00 -0700
commit6671ca3d6de6a1fd27853e3b1ce7a81d568703f0 (patch)
tree735c5ace7ed57cd4e19f2fde423b22e6104eaa98 /README
parentbd31783d7fde0b5bd101f4a3f97ca1aca2aa6fab (diff)
parent288929f45cb2641690879b52ec514097995cd41a (diff)
downloadlibimobiledevice-6671ca3d6de6a1fd27853e3b1ce7a81d568703f0.tar.gz
libimobiledevice-6671ca3d6de6a1fd27853e3b1ce7a81d568703f0.tar.bz2
Merged in Jonathan's libplist libiphone. [#2 state:resolved]
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 2 insertions, 19 deletions
diff --git a/README b/README
index e3c7053..699064d 100644
--- a/README
+++ b/README
@@ -7,10 +7,11 @@ For:
7 7
8You must have: 8You 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
33USAGE
34================================================================================
35
36Now comes the fun bit!
37
38== Generating keys ==
39
40IMPORTANT: Before using the library you must run "libiphone-initconf"
41as your own user (not root). It will generate keys and a host id for your
42system to be able to communicate with 'lockdownd' on the iPhone.
43
44It will probably take 5-10 minutes, but thankfully only needs to be
45run _once_. It MUST be run otherwise communication will not work:
46
47 libiphone-initconf
48
49The generated keys are saved in '~/.config/libiphone/' in your home directory.
50
51== Who/what/where? == 34== Who/what/where? ==
52 35
53wiki: 36wiki: