From 217a4bb7f035131db02121680d6bf34316ef7dd5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 31 Jan 2019 18:34:37 +0100 Subject: [PATCH] Added cmake options --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5afff3b..a65150f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ cmake .. make ``` +cmake options: +* `-DCMAKE_BUILD_TYPE=Debug` for a debug build +* `-DWITH_MAN=NO` to not compile the manpage + Install with `make install`. # Usage