diff --git a/README.md b/README.md index bfc5fb4..0aaa876 100644 --- a/README.md +++ b/README.md @@ -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