Added documentation for cmake options
the build was successful Details

This commit is contained in:
tastytea 2018-11-27 06:24:43 +01:00
parent 3c185e7ae5
commit 3db99fbd03
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 9 additions and 0 deletions

View File

@ -103,6 +103,15 @@ make
make install
```
##### cmake options
* `-DCMAKE_BUILD_TYPE=Debug` for a debug build
* One of:
* `-DWITH_DEB=YES` to generate a deb-package
* `-DWITH_RPM=YES` to generate an rpm-package
To generate a binary package, execute `make package`
## Contributing
Contributions are always welcome. You can submit them as pull requests or via