Added cmake options
All checks were successful
the build was successful

This commit is contained in:
tastytea 2019-01-31 18:34:37 +01:00
parent 1ba5d4e444
commit 217a4bb7f0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -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