From f893e8a9e2cc197522f838b3f2bbec8862953c2f Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 12 Apr 2009 16:08:06 +0200 Subject: Use less secure random number generation so we can generate private keys on the fly. Drop libiphone-initconf. --- README | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'README') diff --git a/README b/README index 5bc5c5e..955da4e 100644 --- a/README +++ b/README @@ -7,10 +7,11 @@ For: You must have: libgnutls-dev + libgcrypt-dev libusb-dev libfuse-dev (and the associated kernel modules) libglib2.0-dev - libxml2-dev + libplist-dev make autoheader automake @@ -22,31 +23,12 @@ To compile run: ./configure make sudo make install # (if you want to install it into your system directories) - libiphone-initconf # (as the user you intend to user the library) On Ubuntu/Debian, you can do: sudo apt-get install build-essential automake autoconf \ libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ libreadline5-dev -USAGE -================================================================================ - -Now comes the fun bit! - -== Generating keys == - -IMPORTANT: Before using the library you must run "libiphone-initconf" -as your own user (not root). It will generate keys and a host id for your -system to be able to communicate with 'lockdownd' on the iPhone. - -It will probably take 5-10 minutes, but thankfully only needs to be -run _once_. It MUST be run otherwise communication will not work: - - libiphone-initconf - -The generated keys are saved in '~/.config/libiphone/' in your home directory. - == Who/what/where? == wiki: -- cgit v1.1-32-gdbae From 620b6315b03e2dff3067b8fe9bae4d5486009ba4 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 13 Apr 2009 10:05:30 +0200 Subject: Add libtool dependency in README. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 955da4e..7ee438a 100644 --- a/README +++ b/README @@ -16,6 +16,7 @@ You must have: autoheader automake autoconf + libtool gcc To compile run: @@ -25,8 +26,8 @@ To compile run: sudo make install # (if you want to install it into your system directories) On Ubuntu/Debian, you can do: - sudo apt-get install build-essential automake autoconf \ - libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev libxml2-dev \ + sudo apt-get install build-essential automake autoconf libtool \ + libgnutls-dev libusb-dev libfuse-dev libglib2.0-dev \ libreadline5-dev == Who/what/where? == -- cgit v1.1-32-gdbae