Added cmake options
the build was successful Details

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
1 changed files with 4 additions and 0 deletions

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