summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-11-13 12:15:38 +0100
committerGravatar Martin Szulecki2013-11-13 12:15:38 +0100
commit8f644ca58ea2174241a3a3ddac943efdf353642c (patch)
tree92d7fe16a8bf955d676caa2180102c0247b18624
parent86ae825fb67734391fc7cc72d5c9b004570ab0a9 (diff)
downloadlibplist-8f644ca58ea2174241a3a3ddac943efdf353642c.tar.gz
libplist-8f644ca58ea2174241a3a3ddac943efdf353642c.tar.bz2
Update README with latest information and project URLs
-rw-r--r--README60
1 files changed, 39 insertions, 21 deletions
diff --git a/README b/README
index c359dfa..92ca34c 100644
--- a/README
+++ b/README
@@ -1,47 +1,65 @@
1INSTALLATION 1About
2================================================================================ 2=====
3 3
4For: 4A small portable C library to handle Apple Property List files in binary or XML.
5 Apple Binary and XML Property Lists
6 5
7You must have: 6Requirements
8 libxml2-dev 7============
8
9Development Packages of:
10 libxml2
11
12Software:
9 cmake 13 cmake
10 make 14 make
15 libtool
16 pkg-config
11 gcc 17 gcc
12 18
13Optional: 19Optional:
14 swig 20 cython (Python bindings)
15 python 21 swig (Python bindings / Deprecated)
22
23On Ubuntu/Debian, you can do:
24 sudo apt-get install build-essential cmake libxml2-dev
25
26Installation
27============
16 28
17To compile run: 29To compile run:
18 mkdir build 30 mkdir build
19 cd build 31 cd build
20 cmake .. 32 cmake ..
21 make 33 make
22 sudo make install # (if you want to install it into your system directories) 34 sudo make install
23 35
24On Ubuntu/Debian, you can do: 36Who/What/Where?
25 sudo apt-get install build-essential cmake libxml2-dev 37===============
26
27
28== Who/what/where? ==
29 38
30Home: 39Home:
31 http://www.libimobiledevice.org/ 40 http://www.libimobiledevice.org/
32 41
33Code: 42Code:
34 git clone http://cgit.sukimashita.com/libplist.git/ 43 git clone http://git.sukimashita.com/libplist.git
35 44
36 libplist uses libcnary, see: 45Code (Mirror):
37 http://github.com/Chronic-Dev/libcnary 46 git clone https://github.com/libimobiledevice/libplist.git
38 47
39Tickets: 48Tickets:
40 http://libiphone.lighthouseapp.com/ 49 http://github.com/libimobiledevice/libplist/issues
41 Please tag libplist related bugs with 'libplist'
42 50
43Mailing List: 51Mailing List:
44 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel 52 http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
45 53
46updated: 54IRC:
47 2011-06-25 55 irc://irc.freenode.net#libimobiledevice
56
57Credits
58=======
59
60Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.
61libimobiledevice is an independent software library and has not been
62authorized, sponsored or otherwise approved by Apple Inc.
63
64README Updated on:
65 2013-11-13