Commit 75140cb9 authored by Nikias Bassen's avatar Nikias Bassen

Updated README

parent 3e2d8706
...@@ -27,6 +27,12 @@ To compile run: ...@@ -27,6 +27,12 @@ To compile run:
make make
sudo make install 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? Who/What/Where?
=============== ===============
...@@ -40,7 +46,7 @@ Code (Mirror): ...@@ -40,7 +46,7 @@ Code (Mirror):
git clone https://github.com/libimobiledevice/libplist.git git clone https://github.com/libimobiledevice/libplist.git
Tickets: Tickets:
http://github.com/libimobiledevice/libplist/issues https://github.com/libimobiledevice/libplist/issues
Mailing List: Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
...@@ -59,4 +65,4 @@ libimobiledevice is an independent software library and has not been ...@@ -59,4 +65,4 @@ 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: README Updated on:
2016-11-10 2016-11-18
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment