Commit 821a0d61 authored by Nikias Bassen's avatar Nikias Bassen

Updated README file

parent 024e755d
...@@ -5,12 +5,17 @@ For: ...@@ -5,12 +5,17 @@ For:
Apple Binary and XML Property Lists Apple Binary and XML Property Lists
You must have: You must have:
libglib2.0-dev
libxml2-dev libxml2-dev
cmake cmake
make make
gcc 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: Optional:
swig swig
python python
...@@ -24,7 +29,7 @@ To compile run: ...@@ -24,7 +29,7 @@ To compile run:
On Ubuntu/Debian, you can do: On Ubuntu/Debian, you can do:
sudo apt-get install build-essential cmake \ sudo apt-get install build-essential cmake \
libglib2.0-dev libxml2-dev libxml2-dev
== Who/what/where? == == Who/what/where? ==
...@@ -43,4 +48,4 @@ Mailing List: ...@@ -43,4 +48,4 @@ Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
updated: updated:
2011-02-12 2011-05-27
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment