Document build options.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2020-12-03 21:05:13 +01:00
parent 91373abfc5
commit cbf3f3f3ac
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,12 @@ cmake ..
cmake --build .
--------------------------------------------------------------------------------
.CMake options:
* `-DCMAKE_BUILD_TYPE=Debug` Debug build.
* `-DWITH_MAN=NO` Don't install manpage.
* `-DWITH_COMPLETIONS=NO` Don't install completions.
* `-DZSH_COMPLETION_DIR` Change installation directory for Zsh completions.
Install with `make install`.
== Usage