Update README.md links and credits
1 file changed
tree: 33fbc8f72176dc3c4d599e03e9a8410c27d4b813
  1. .github/
  2. cython/
  3. docs/
  4. fuzz/
  5. include/
  6. libcnary/
  7. m4/
  8. src/
  9. test/
  10. tools/
  11. .gitignore
  12. AUTHORS
  13. autogen.sh
  14. configure.ac
  15. COPYING
  16. COPYING.LESSER
  17. doxygen.cfg.in
  18. Makefile.am
  19. NEWS
  20. README.md
README.md

libplist

About

A small portable C library to handle Apple Property List files in binary or XML.

Requirements

Software:

  • make
  • autoheader
  • automake
  • autoconf
  • libtool
  • pkg-config
  • gcc or clang

Optional:

  • cython (Python bindings)
  • doxygen (Documentation)

Installation

To compile run:

./autogen.sh
make
sudo make install

If you require a custom prefix or other option being passed to ./configure you can pass them directly to ./autogen.sh like this:

./autogen.sh --prefix=/opt/local --without-cython
make
sudo make install

Who/What/Where?

Credits

Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc.

libplist is an independent software library and has not been authorized, sponsored, or otherwise approved by Apple Inc.

README Updated on: 2020-06-08