summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README17
1 files changed, 7 insertions, 10 deletions
diff --git a/README b/README
index 92ca34c..8205f7a 100644
--- a/README
+++ b/README
@@ -10,26 +10,23 @@ Development Packages of:
10 libxml2 10 libxml2
11 11
12Software: 12Software:
13 cmake
14 make 13 make
14 autoheader
15 automake
16 autoconf
15 libtool 17 libtool
16 pkg-config 18 pkg-config
17 gcc 19 gcc
18 20
19Optional: 21Optional:
20 cython (Python bindings) 22 cython (Python bindings)
21 swig (Python bindings / Deprecated) 23 doxygen (Documentation)
22
23On Ubuntu/Debian, you can do:
24 sudo apt-get install build-essential cmake libxml2-dev
25 24
26Installation 25Installation
27============ 26============
28 27
29To compile run: 28To compile run:
30 mkdir build 29 ./autogen.sh
31 cd build
32 cmake ..
33 make 30 make
34 sudo make install 31 sudo make install
35 32
@@ -59,7 +56,7 @@ Credits
59 56
60Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. 57Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
61libimobiledevice is an independent software library and has not been 58libimobiledevice is an independent software library and has not been
62authorized, sponsored or otherwise approved by Apple Inc. 59authorized, sponsored, or otherwise approved by Apple Inc.
63 60
64README Updated on: 61README Updated on:
65 2013-11-13 62 2014-02-11