2011-06-13 18:30:37 +02:00
2010-01-21 21:19:41 +01:00
2011-06-01 01:09:53 +02:00
2011-05-27 14:55:31 +02:00
2011-02-12 13:54:04 +01:00
2011-06-13 17:39:38 +02:00
2011-06-13 17:39:38 +02:00
2011-05-27 14:55:31 +02:00
2011-06-13 17:38:48 +02:00
2011-05-27 17:36:20 +02:00

INSTALLATION
================================================================================

For:
	Apple Binary and XML Property Lists

You must have:
	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

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 \
          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-05-27
S
Description
No description provided
Readme 1.3 MiB
Languages
C 61.2%
C++ 13.5%
M4 12.6%
Cython 7.8%
Shell 2.9%
Other 2%