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? ==

wiki:
	http://matt.colyer.name/projects/iphone-linux/index.php?title=Main_Page

code:
	git clone git://github.com/JonathanBeck/libplist.git

tickets:
	http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all
	Please tag libplist related bugs with 'libplist'

mailing list:
	http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com

updated:
	2009-03-27