From ff0dc8781c8cc55dd03d348e4235cc1708bb4e7a Mon Sep 17 00:00:00 2001 From: Elliott Barrere Date: Tue, 23 Apr 2024 15:39:11 -0600 Subject: [PATCH] Add build instructions to CONTRIBUTING.md --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84450efd..8524dbd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,10 @@ On Ubuntu system, you can refer to `debian/control` and install them with `apt b ### Building and running the binaries -TBD +Packages can be built with the standard `debuild` tool, e.g.: + +```debuild -i -us -uc -b +``` ### About the testsuite