diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 60 |
1 files changed, 39 insertions, 21 deletions
| @@ -1,47 +1,65 @@ | |||
| 1 | INSTALLATION | 1 | About |
| 2 | ================================================================================ | 2 | ===== |
| 3 | 3 | ||
| 4 | For: | 4 | A small portable C library to handle Apple Property List files in binary or XML. |
| 5 | Apple Binary and XML Property Lists | ||
| 6 | 5 | ||
| 7 | You must have: | 6 | Requirements |
| 8 | libxml2-dev | 7 | ============ |
| 8 | |||
| 9 | Development Packages of: | ||
| 10 | libxml2 | ||
| 11 | |||
| 12 | Software: | ||
| 9 | cmake | 13 | cmake |
| 10 | make | 14 | make |
| 15 | libtool | ||
| 16 | pkg-config | ||
| 11 | gcc | 17 | gcc |
| 12 | 18 | ||
| 13 | Optional: | 19 | Optional: |
| 14 | swig | 20 | cython (Python bindings) |
| 15 | python | 21 | swig (Python bindings / Deprecated) |
| 22 | |||
| 23 | On Ubuntu/Debian, you can do: | ||
| 24 | sudo apt-get install build-essential cmake libxml2-dev | ||
| 25 | |||
| 26 | Installation | ||
| 27 | ============ | ||
| 16 | 28 | ||
| 17 | To compile run: | 29 | To 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 | ||
| 24 | On Ubuntu/Debian, you can do: | 36 | Who/What/Where? |
| 25 | sudo apt-get install build-essential cmake libxml2-dev | 37 | =============== |
| 26 | |||
| 27 | |||
| 28 | == Who/what/where? == | ||
| 29 | 38 | ||
| 30 | Home: | 39 | Home: |
| 31 | http://www.libimobiledevice.org/ | 40 | http://www.libimobiledevice.org/ |
| 32 | 41 | ||
| 33 | Code: | 42 | Code: |
| 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: | 45 | Code (Mirror): |
| 37 | http://github.com/Chronic-Dev/libcnary | 46 | git clone https://github.com/libimobiledevice/libplist.git |
| 38 | 47 | ||
| 39 | Tickets: | 48 | Tickets: |
| 40 | http://libiphone.lighthouseapp.com/ | 49 | http://github.com/libimobiledevice/libplist/issues |
| 41 | Please tag libplist related bugs with 'libplist' | ||
| 42 | 50 | ||
| 43 | Mailing List: | 51 | Mailing List: |
| 44 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 52 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| 45 | 53 | ||
| 46 | updated: | 54 | IRC: |
| 47 | 2011-06-25 | 55 | irc://irc.freenode.net#libimobiledevice |
| 56 | |||
| 57 | Credits | ||
| 58 | ======= | ||
| 59 | |||
| 60 | Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. | ||
| 61 | libimobiledevice is an independent software library and has not been | ||
| 62 | authorized, sponsored or otherwise approved by Apple Inc. | ||
| 63 | |||
| 64 | README Updated on: | ||
| 65 | 2013-11-13 | ||
