summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2011-05-27 17:36:20 +0200
committerGravatar Nikias Bassen2011-05-27 17:36:20 +0200
commit821a0d614cff8f64a5718278217beadbabc0c928 (patch)
tree4f55fd7527df9d0fae90a5e67e7326a8f9afb00b
parent024e755d9f3c33e742ce158542b1ded057a88f4f (diff)
downloadlibplist-821a0d614cff8f64a5718278217beadbabc0c928.tar.gz
libplist-821a0d614cff8f64a5718278217beadbabc0c928.tar.bz2
Updated README file
-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:
Apple Binary and XML Property Lists
You must have:
- libglib2.0-dev
libxml2-dev
cmake
make
gcc
+ libcnary as a git submodule.
+ To retrieve the submodule code, you need to run:
+ git submodule init
+ git submodule update
+ in the base directory.
+
Optional:
swig
python
@@ -24,7 +29,7 @@ To compile run:
On Ubuntu/Debian, you can do:
sudo apt-get install build-essential cmake \
- libglib2.0-dev libxml2-dev
+ libxml2-dev
== Who/what/where? ==
@@ -43,4 +48,4 @@ Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
updated:
- 2011-02-12
+ 2011-05-27