summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-02-11 17:01:26 +0100
committerGravatar Nikias Bassen2014-02-11 17:01:26 +0100
commit5a7f0fba35e695b062a4fe0ad7af5b90c17db25f (patch)
treea2a29373b07a4a69f689a6a8417ee67ace4dbf1d
parentce2a16c9bf6fc6cc2d0ae1873078a864285de8f5 (diff)
downloadlibplist-5a7f0fba35e695b062a4fe0ad7af5b90c17db25f.tar.gz
libplist-5a7f0fba35e695b062a4fe0ad7af5b90c17db25f.tar.bz2
updated README
-rw-r--r--README17
1 files changed, 7 insertions, 10 deletions
diff --git a/README b/README
index 92ca34c..8205f7a 100644
--- a/README
+++ b/README
@@ -10,26 +10,23 @@ Development Packages of:
libxml2
Software:
- cmake
make
+ autoheader
+ automake
+ autoconf
libtool
pkg-config
gcc
Optional:
cython (Python bindings)
- swig (Python bindings / Deprecated)
-
-On Ubuntu/Debian, you can do:
- sudo apt-get install build-essential cmake libxml2-dev
+ doxygen (Documentation)
Installation
============
To compile run:
- mkdir build
- cd build
- cmake ..
+ ./autogen.sh
make
sudo make install
@@ -59,7 +56,7 @@ Credits
Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
libimobiledevice is an independent software library and has not been
-authorized, sponsored or otherwise approved by Apple Inc.
+authorized, sponsored, or otherwise approved by Apple Inc.
README Updated on:
- 2013-11-13
+ 2014-02-11