summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-11-18 03:56:59 +0100
committerGravatar Nikias Bassen2016-11-18 03:56:59 +0100
commit75140cb96acb6ef1d0482aa48d90275009ecb9ef (patch)
tree3d67498d5fa932f7ea2be45cba8c30f1f3413d89
parent3e2d8706bffcadc30838687dbe50eff54f0590e7 (diff)
downloadlibplist-75140cb96acb6ef1d0482aa48d90275009ecb9ef.tar.gz
libplist-75140cb96acb6ef1d0482aa48d90275009ecb9ef.tar.bz2
Updated README
-rw-r--r--README10
1 files changed, 8 insertions, 2 deletions
diff --git a/README b/README
index cb49506..36d074a 100644
--- a/README
+++ b/README
@@ -27,6 +27,12 @@ To compile run:
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?
===============
@@ -40,7 +46,7 @@ Code (Mirror):
git clone https://github.com/libimobiledevice/libplist.git
Tickets:
- http://github.com/libimobiledevice/libplist/issues
+ https://github.com/libimobiledevice/libplist/issues
Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
@@ -59,4 +65,4 @@ libimobiledevice is an independent software library and has not been
authorized, sponsored, or otherwise approved by Apple Inc.
README Updated on:
- 2016-11-10
+ 2016-11-18