diff options
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 | ``` |
