From cbf3f3f3ac61aa2eb9526bb5fdf690de78fcf575 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 3 Dec 2020 21:05:13 +0100 Subject: [PATCH] Document build options. --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.adoc b/README.adoc index 0621d28..bb2a763 100644 --- a/README.adoc +++ b/README.adoc @@ -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