From a9e918ba6af8bbff427838d56968c66d82327214 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 9 Jan 2020 19:25:27 +0100 Subject: [PATCH] Document package generation switches. --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index cadfe1a..3f6301d 100644 --- a/README.adoc +++ b/README.adoc @@ -117,8 +117,8 @@ cmake --build . -- -j$(nproc --ignore=1) * `-DCMAKE_BUILD_TYPE=Debug` for a debug build. * `-DWITH_TESTS=YES` if you want to compile the tests. * `-DWITH_EXAMPLES=YES` if you want to compile the examples. -// * One of: -// ** `-DWITH_DEB=YES` if you want to be able to generate a deb-package. -// ** `-DWITH_RPM=YES` if you want to be able to generate an rpm-package. +* One of: + ** `-DWITH_DEB=YES` if you want to be able to generate a deb-package. + ** `-DWITH_RPM=YES` if you want to be able to generate an rpm-package. include::{uri-base}/raw/branch/main/CONTRIBUTING.adoc[]