summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-03-27 18:57:22 +0100
committerGravatar Jonathan Beck2009-03-27 18:57:22 +0100
commitfe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0 (patch)
tree55bcd30a76ae1b8cd1394dbcbcf35a5659b802a9 /README
parent26aa1fe88c19412e81db02f3a6397b22465ce565 (diff)
downloadlibplist-fe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0.tar.gz
libplist-fe3a734e098e7de2ea7a0a785ef8d7727b0cbfe0.tar.bz2
Update README.
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:
You must have:
libglib2.0-dev
libxml2-dev
+ cmake
make
- autoheader
- automake
- autoconf
gcc
+Optional:
+ swig
+ python
+
To compile run:
- ./autogen.sh
- ./configure
+ 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 automake autoconf \
+ sudo apt-get install build-essential cmake \
libglib2.0-dev libxml2-dev
@@ -32,8 +35,12 @@ wiki:
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:
- 2008-12-12
+ 2009-03-27