diff options
author | Nikias Bassen | 2011-05-27 17:36:20 +0200 |
---|---|---|
committer | Nikias Bassen | 2011-05-27 17:36:20 +0200 |
commit | 821a0d614cff8f64a5718278217beadbabc0c928 (patch) | |
tree | 4f55fd7527df9d0fae90a5e67e7326a8f9afb00b | |
parent | 024e755d9f3c33e742ce158542b1ded057a88f4f (diff) | |
download | libplist-821a0d614cff8f64a5718278217beadbabc0c928.tar.gz libplist-821a0d614cff8f64a5718278217beadbabc0c928.tar.bz2 |
Updated README file
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |