Commit d40c2719 authored by Nikias Bassen's avatar Nikias Bassen

Updated README

parent eb218ff0
...@@ -10,12 +10,6 @@ You must have: ...@@ -10,12 +10,6 @@ You must have:
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
...@@ -28,8 +22,7 @@ To compile run: ...@@ -28,8 +22,7 @@ To compile run:
sudo make install # (if you want to install it into your system directories) sudo make install # (if you want to install it into your system directories)
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 libxml2-dev
libxml2-dev
== Who/what/where? == == Who/what/where? ==
...@@ -40,6 +33,9 @@ Home: ...@@ -40,6 +33,9 @@ Home:
Code: Code:
git clone http://cgit.sukimashita.com/libplist.git/ git clone http://cgit.sukimashita.com/libplist.git/
libplist uses libcnary, see:
http://github.com/Chronic-Dev/libcnary
Tickets: Tickets:
http://libiphone.lighthouseapp.com/ http://libiphone.lighthouseapp.com/
Please tag libplist related bugs with 'libplist' Please tag libplist related bugs with 'libplist'
...@@ -48,4 +44,4 @@ Mailing List: ...@@ -48,4 +44,4 @@ Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
updated: updated:
2011-05-27 2011-06-25
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