summaryrefslogtreecommitdiffstats
path: root/README
blob: 1ff55ea9b3291b135e0f9ef858adb410a54beb2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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