From 825a3ac8c91b8ba9eee15b96b9d86bc89aff0b97 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 18 Mar 2013 10:41:44 +0100 Subject: Update README for sanity --- README | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index b6f0e61..f15c8ba 100644 --- a/README +++ b/README @@ -1,21 +1,19 @@ About ===== -A library to communicate with services running on Apple iPhone/iPod Touch -devices. +A library to communicate with services of Apple iOS devices using native +protocols. Requirements ============ Development Packages of: - libgnutls - libgcrypt - glib2.0 + libgnutls or openssl libplist - libusbmuxd (within usbmuxd package, see below) + libusbmuxd Software: - usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git) + usbmuxd make autoheader automake @@ -23,6 +21,10 @@ Software: libtool gcc +Optional: + cython (Python bindings) + doxygen (Documentation) + Installation ============ @@ -31,10 +33,6 @@ To compile run: make sudo make install -On Ubuntu/Debian, you can do: - sudo apt-get install build-essential automake autoconf libtool\ - libgnutls-dev libglib2.0-dev libxml2-dev libreadline5-dev - Who/What/Where? =============== @@ -42,7 +40,7 @@ Home: http://www.libimobiledevice.org/ Code: - git clone git://git.sukimashita.com/libimobiledevice.git + git clone http://git.sukimashita.com/libimobiledevice.git Tickets: http://libiphone.lighthouseapp.com/ @@ -58,5 +56,4 @@ libimobiledevice is an independent software library and has not been authorized, sponsored, or otherwise approved by Apple Inc. README Updated on: - 2010-03-31 - + 2013-03-18 -- cgit v1.1-32-gdbae