From 000f6fe35acdd394aa55944c816fa215692bcf43 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 18 May 2019 08:27:03 +0200 Subject: [PATCH] Added one or two bits of information about generating packages. --- README.adoc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 72b035f..31e8a40 100644 --- a/README.adoc +++ b/README.adoc @@ -45,6 +45,8 @@ emerge -a www-misc/remwharead * Optional: ** Manpage: http://asciidoc.org/[asciidoc] (tested: 8.6) ** Tests: https://github.com/catchorg/Catch2[catch] (tested: 2.5 / 1.2) +** DEB package: https://packages.qa.debian.org/dpkg[dpkg] (tested: 1.18) +** RPM package: http://www.rpm.org[rpm-build] (tested: 4.11) .Install dependencies in Debian stretch. ==== @@ -90,9 +92,12 @@ cmake --build . * `-DCMAKE_BUILD_TYPE=Debug` for a debug build. * `-DWITH_MAN=NO` to not compile the manpage. * `WITH_TESTS=YES` to compile the tests. +* 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. You can run the tests with `ctest` inside the build directory. Install with -`make install`. +`make install`, generate binary packages with `make package`. == Copyright