diff options
| author | 2016-11-18 03:56:59 +0100 | |
|---|---|---|
| committer | 2016-11-18 03:56:59 +0100 | |
| commit | 75140cb96acb6ef1d0482aa48d90275009ecb9ef (patch) | |
| tree | 3d67498d5fa932f7ea2be45cba8c30f1f3413d89 | |
| parent | 3e2d8706bffcadc30838687dbe50eff54f0590e7 (diff) | |
| download | libplist-75140cb96acb6ef1d0482aa48d90275009ecb9ef.tar.gz libplist-75140cb96acb6ef1d0482aa48d90275009ecb9ef.tar.bz2 | |
Updated README
| -rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -27,6 +27,12 @@ To compile run: | |||
| 27 | make | 27 | make |
| 28 | sudo make install | 28 | sudo make install |
| 29 | 29 | ||
| 30 | If you require a custom prefix or other option being passed to ./configure | ||
| 31 | you can pass them directly to ./autogen.sh like this: | ||
| 32 | ./autogen.sh --prefix=/opt/local --without-cython | ||
| 33 | make | ||
| 34 | sudo make install | ||
| 35 | |||
| 30 | Who/What/Where? | 36 | Who/What/Where? |
| 31 | =============== | 37 | =============== |
| 32 | 38 | ||
| @@ -40,7 +46,7 @@ Code (Mirror): | |||
| 40 | git clone https://github.com/libimobiledevice/libplist.git | 46 | git clone https://github.com/libimobiledevice/libplist.git |
| 41 | 47 | ||
| 42 | Tickets: | 48 | Tickets: |
| 43 | http://github.com/libimobiledevice/libplist/issues | 49 | https://github.com/libimobiledevice/libplist/issues |
| 44 | 50 | ||
| 45 | Mailing List: | 51 | Mailing List: |
| 46 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 52 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| @@ -59,4 +65,4 @@ libimobiledevice is an independent software library and has not been | |||
| 59 | authorized, sponsored, or otherwise approved by Apple Inc. | 65 | authorized, sponsored, or otherwise approved by Apple Inc. |
| 60 | 66 | ||
| 61 | README Updated on: | 67 | README Updated on: |
| 62 | 2016-11-10 | 68 | 2016-11-18 |
