diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 18 |
1 files changed, 14 insertions, 4 deletions
| @@ -8,7 +8,7 @@ Requirements | |||
| 8 | ============ | 8 | ============ |
| 9 | 9 | ||
| 10 | Development Packages of: | 10 | Development Packages of: |
| 11 | libgnutls or openssl | 11 | OpenSSL or GnuTLS |
| 12 | libplist | 12 | libplist |
| 13 | libusbmuxd | 13 | libusbmuxd |
| 14 | 14 | ||
| @@ -20,7 +20,7 @@ Software: | |||
| 20 | autoconf | 20 | autoconf |
| 21 | libtool | 21 | libtool |
| 22 | pkg-config | 22 | pkg-config |
| 23 | gcc | 23 | gcc or clang |
| 24 | 24 | ||
| 25 | Optional: | 25 | Optional: |
| 26 | cython (Python bindings) | 26 | cython (Python bindings) |
| @@ -34,6 +34,16 @@ To compile run: | |||
| 34 | make | 34 | make |
| 35 | sudo make install | 35 | sudo make install |
| 36 | 36 | ||
| 37 | If you require a custom prefix or other option being passed to ./configure | ||
| 38 | you can pass them directly to ./autogen.sh like this: | ||
| 39 | ./autogen.sh --prefix=/opt/local --enable-debug-code | ||
| 40 | make | ||
| 41 | sudo make install | ||
| 42 | |||
| 43 | By default, OpenSSL will be used. If you prefer GnuTLS, configure with | ||
| 44 | --disable-openssl like this: | ||
| 45 | ./autogen.sh --disable-openssl | ||
| 46 | |||
| 37 | Who/What/Where? | 47 | Who/What/Where? |
| 38 | =============== | 48 | =============== |
| 39 | 49 | ||
| @@ -47,7 +57,7 @@ Code (Mirror): | |||
| 47 | git clone https://github.com/libimobiledevice/libimobiledevice.git | 57 | git clone https://github.com/libimobiledevice/libimobiledevice.git |
| 48 | 58 | ||
| 49 | Tickets: | 59 | Tickets: |
| 50 | http://github.com/libimobiledevice/libimobiledevice/issues | 60 | https://github.com/libimobiledevice/libimobiledevice/issues |
| 51 | 61 | ||
| 52 | Mailing List: | 62 | Mailing List: |
| 53 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel | 63 | http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel |
| @@ -66,4 +76,4 @@ libimobiledevice is an independent software library and has not been | |||
| 66 | authorized, sponsored, or otherwise approved by Apple Inc. | 76 | authorized, sponsored, or otherwise approved by Apple Inc. |
| 67 | 77 | ||
| 68 | README Updated on: | 78 | README Updated on: |
| 69 | 2015-01-28 | 79 | 2017-04-28 |
