diff options
| author | 2020-06-14 15:17:31 +0200 | |
|---|---|---|
| committer | 2020-06-14 23:36:23 +0200 | |
| commit | f18b8afe8db4c40a2cccefe4d2dc57aed0b1337c (patch) | |
| tree | 17d1ae3c73f38fef43d00131f9f4cddc321ada98 /README.md | |
| parent | bc82fa167f367c3654503df14b13270c99a6d304 (diff) | |
| download | libimobiledevice-f18b8afe8db4c40a2cccefe4d2dc57aed0b1337c.tar.gz libimobiledevice-f18b8afe8db4c40a2cccefe4d2dc57aed0b1337c.tar.bz2 | |
Rename configure option for debug code to "--enable-debug" to match libplist
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -89,7 +89,7 @@ sudo make install | |||
| 89 | If you require a custom prefix or other option being passed to `./configure` | 89 | If you require a custom prefix or other option being passed to `./configure` |
| 90 | you can pass them directly to `./autogen.sh` like this: | 90 | you can pass them directly to `./autogen.sh` like this: |
| 91 | ```bash | 91 | ```bash |
| 92 | ./autogen.sh --prefix=/opt/local --enable-debug-code | 92 | ./autogen.sh --prefix=/opt/local --enable-debug |
| 93 | make | 93 | make |
| 94 | sudo make install | 94 | sudo make install |
| 95 | ``` | 95 | ``` |
