summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index ae5423d..1ff55ea 100644
--- a/README
+++ b/README
@@ -5,12 +5,17 @@ For:
5 Apple Binary and XML Property Lists 5 Apple Binary and XML Property Lists
6 6
7You must have: 7You must have:
8 libglib2.0-dev
9 libxml2-dev 8 libxml2-dev
10 cmake 9 cmake
11 make 10 make
12 gcc 11 gcc
13 12
13 libcnary as a git submodule.
14 To retrieve the submodule code, you need to run:
15 git submodule init
16 git submodule update
17 in the base directory.
18
14Optional: 19Optional:
15 swig 20 swig
16 python 21 python
@@ -24,7 +29,7 @@ To compile run:
24 29
25On Ubuntu/Debian, you can do: 30On Ubuntu/Debian, you can do:
26 sudo apt-get install build-essential cmake \ 31 sudo apt-get install build-essential cmake \
27 libglib2.0-dev libxml2-dev 32 libxml2-dev
28 33
29 34
30== Who/what/where? == 35== Who/what/where? ==
@@ -43,4 +48,4 @@ Mailing List:
43 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel 48 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
44 49
45updated: 50updated:
46 2011-02-12 51 2011-05-27