From 4fefb74828109888db4a377b5cbc670052c38731 Mon Sep 17 00:00:00 2001 From: chrehall68 Date: Fri, 21 Apr 2023 20:25:16 -0700 Subject: [PATCH] update readme with debian option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a816f6cf..8424aba7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ when configuring the project. * `-Dbuild_library=ON/OFF` - build ihsboost, defaults to `ON` * `-Dbuild_tests=OFF/ON` - build tests to assure that ihsboost built successfully, defaults to `OFF` +* `-Dbuild_debian=OFF/ON` - build debian package for easy install / uninstall * `-Dwith_documentation=OFF/ON` - build documentation files for the project, defaults to `OFF` * `-Droomba=ON/OFF` - use roomba configs or not, defaults to `ON` * `-Dpython_version=XXX` - use a specific version of python (for example, 3.9 or 3.10), defaults to 3.9,