blob: e83ea2f782d2a7a2e4fe6ca7015d8b4746688061 (
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
|
INSTALLATION
================================================================================
For:
Apple Binary and XML Property Lists
You must have:
libglib2.0-dev
libxml2-dev
make
autoheader
automake
autoconf
gcc
To compile run:
./autogen.sh
./configure
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 automake autoconf \
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
mailing list:
http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
updated:
2008-12-12
|