From 3db99fbd034453173c72e2cdb146b29eae24b9bb Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 27 Nov 2018 06:24:43 +0100 Subject: [PATCH] Added documentation for cmake options --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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