summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-03-18 10:41:44 +0100
committerGravatar Martin Szulecki2013-03-18 10:41:44 +0100
commit825a3ac8c91b8ba9eee15b96b9d86bc89aff0b97 (patch)
tree35a04ea3c7fd9985339e1e448de3c1efcc815c10 /README
parent06a512c77649c70dcdaef7183de83a4d8b4074c9 (diff)
downloadlibimobiledevice-825a3ac8c91b8ba9eee15b96b9d86bc89aff0b97.tar.gz
libimobiledevice-825a3ac8c91b8ba9eee15b96b9d86bc89aff0b97.tar.bz2
Update README for sanity
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 11 insertions, 14 deletions
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