diff options
author | Nikias Bassen | 2014-02-11 17:01:26 +0100 |
---|---|---|
committer | Nikias Bassen | 2014-02-11 17:01:26 +0100 |
commit | 5a7f0fba35e695b062a4fe0ad7af5b90c17db25f (patch) | |
tree | a2a29373b07a4a69f689a6a8417ee67ace4dbf1d | |
parent | ce2a16c9bf6fc6cc2d0ae1873078a864285de8f5 (diff) | |
download | libplist-5a7f0fba35e695b062a4fe0ad7af5b90c17db25f.tar.gz libplist-5a7f0fba35e695b062a4fe0ad7af5b90c17db25f.tar.bz2 |
updated README
-rw-r--r-- | README | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -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 |