|
|
|
|
@ -61,7 +61,7 @@ Install options:
|
|
|
|
|
|:--------------------------- |:--------------------:|:----------- | |
|
|
|
|
| `CMAKE_INSTALL_PREFIX` | `/usr/local` | Where to install innoextract. |
|
|
|
|
| `CMAKE_INSTALL_BINDIR` | `bin` | Location for binaries (relative to prefix). |
|
|
|
|
| `CMAKE_INSTALL_DATAROOTDIR` | `share/man` | Location for data files (relative to prefix). |
|
|
|
|
| `CMAKE_INSTALL_DATAROOTDIR` | `share` | Location for data files (relative to prefix). |
|
|
|
|
| `CMAKE_INSTALL_MANDIR` | `${DATAROOTDIR}/man` | Location for man pages (relative to prefix). |
|
|
|
|
|
|
|
|
|
Set options by passing `-D<option>=<value>` to cmake. |
|
|
|
|
|