summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 14 insertions, 7 deletions
diff --git a/README b/README
index e83ea2f..656ef6c 100644
--- a/README
+++ b/README
@@ -7,20 +7,23 @@ For:
7You must have: 7You must have:
8 libglib2.0-dev 8 libglib2.0-dev
9 libxml2-dev 9 libxml2-dev
10 cmake
10 make 11 make
11 autoheader
12 automake
13 autoconf
14 gcc 12 gcc
15 13
14Optional:
15 swig
16 python
17
16To compile run: 18To compile run:
17 ./autogen.sh 19 mkdir build
18 ./configure 20 cd build
21 cmake ..
19 make 22 make
20 sudo make install # (if you want to install it into your system directories) 23 sudo make install # (if you want to install it into your system directories)
21 24
22On Ubuntu/Debian, you can do: 25On Ubuntu/Debian, you can do:
23 sudo apt-get install build-essential automake autoconf \ 26 sudo apt-get install build-essential cmake \
24 libglib2.0-dev libxml2-dev 27 libglib2.0-dev libxml2-dev
25 28
26 29
@@ -32,8 +35,12 @@ wiki:
32code: 35code:
33 git clone git://github.com/JonathanBeck/libplist.git 36 git clone git://github.com/JonathanBeck/libplist.git
34 37
38tickets:
39 http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all
40 Please tag libplist related bugs with 'libplist'
41
35mailing list: 42mailing list:
36 http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com 43 http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
37 44
38updated: 45updated:
39 2008-12-12 46 2009-03-27