summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 2 insertions, 20 deletions
diff --git a/README b/README
index 5bc5c5e..955da4e 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
@@ -22,31 +23,12 @@ To compile run:
22 ./configure 23 ./configure
23 make 24 make
24 sudo make install # (if you want to install it into your system directories) 25 sudo make install # (if you want to install it into your system directories)
25 libiphone-initconf # (as the user you intend to user the library)
26 26
27On Ubuntu/Debian, you can do: 27On Ubuntu/Debian, you can do:
28 sudo apt-get install build-essential automake autoconf \ 28 sudo apt-get install build-essential automake autoconf \
29 libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ 29 libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \
30 libreadline5-dev 30 libreadline5-dev
31 31
32USAGE
33================================================================================
34
35Now comes the fun bit!
36
37== Generating keys ==
38
39IMPORTANT: Before using the library you must run "libiphone-initconf"
40as your own user (not root). It will generate keys and a host id for your
41system to be able to communicate with 'lockdownd' on the iPhone.
42
43It will probably take 5-10 minutes, but thankfully only needs to be
44run _once_. It MUST be run otherwise communication will not work:
45
46 libiphone-initconf
47
48The generated keys are saved in '~/.config/libiphone/' in your home directory.
49
50== Who/what/where? == 32== Who/what/where? ==
51 33
52wiki: 34wiki: