blob: ae5423dcc601868f4e17cf8a2dc8789079c5a1b2 [file] [log] [blame]
INSTALLATION
================================================================================
For:
Apple Binary and XML Property Lists
You must have:
libglib2.0-dev
libxml2-dev
cmake
make
gcc
Optional:
swig
python
To compile run:
mkdir build
cd build
cmake ..
make
sudo make install # (if you want to install it into your system directories)
On Ubuntu/Debian, you can do:
sudo apt-get install build-essential cmake \
libglib2.0-dev libxml2-dev
== Who/what/where? ==
Home:
http://www.libimobiledevice.org/
Code:
git clone http://cgit.sukimashita.com/libplist.git/
Tickets:
http://libiphone.lighthouseapp.com/
Please tag libplist related bugs with 'libplist'
Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
updated:
2011-02-12