From 821a0d614cff8f64a5718278217beadbabc0c928 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 27 May 2011 17:36:20 +0200 Subject: Updated README file --- README | 11 ++++++++--- 1 file 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 -- cgit v1.1-32-gdbae