summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README62
1 files changed, 0 insertions, 62 deletions
diff --git a/README b/README
deleted file mode 100644
index b6f0e61..0000000
--- a/README
+++ /dev/null
@@ -1,62 +0,0 @@
-About
-=====
-
-A library to communicate with services running on Apple iPhone/iPod Touch
-devices.
-
-Requirements
-============
-
-Development Packages of:
- libgnutls
- libgcrypt
- glib2.0
- libplist
- libusbmuxd (within usbmuxd package, see below)
-
-Software:
- usbmuxd (git clone git://git.marcansoft.com/usbmuxd.git)
- make
- autoheader
- automake
- autoconf
- libtool
- gcc
-
-Installation
-============
-
-To compile run:
- ./configure
- 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?
-===============
-
-Home:
- http://www.libimobiledevice.org/
-
-Code:
- git clone git://git.sukimashita.com/libimobiledevice.git
-
-Tickets:
- http://libiphone.lighthouseapp.com/
-
-Mailing List:
- http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
-
-Credits
-=======
-
-Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
-libimobiledevice is an independent software library and has not been
-authorized, sponsored, or otherwise approved by Apple Inc.
-
-README Updated on:
- 2010-03-31
-