Skip to content

Commit

Permalink
Converted README to markdown and updated links to https
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 16, 2019
1 parent 77bef0d commit c80b8e3
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 68 deletions.
68 changes: 0 additions & 68 deletions README

This file was deleted.

55 changes: 55 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# 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:
```bash
./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:
```bash
./autogen.sh --prefix=/opt/local --without-cython
make
sudo make install
```

## Who/What/Where?

* Home: https://www.libimobiledevice.org/
* Code: `git clone http://git.libimobiledevice.org/libplist.git`
* Code (Mirror): `git clone https://github.com/libimobiledevice/libplist.git`
* Tickets: https://github.com/libimobiledevice/libplist/issues
* Mailing List: https://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
* IRC: irc://irc.freenode.net#libimobiledevice
* Twitter: https://twitter.com/libimobiledev

## 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.

README Updated on: 2019-05-16

0 comments on commit c80b8e3

Please sign in to comment.