From aa58e3a4ce162e828a1ae25a2f242285296b33db Mon Sep 17 00:00:00 2001 From: onryo Date: Sat, 10 Jun 2023 21:01:52 +0000 Subject: [PATCH] Initial docs --- contrib/debian/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contrib/debian/README.md diff --git a/contrib/debian/README.md b/contrib/debian/README.md new file mode 100644 index 0000000..45fd020 --- /dev/null +++ b/contrib/debian/README.md @@ -0,0 +1,11 @@ +Install build tools: + +``` +sudo apt install dh-make +``` + +To build the package from source run the following: + +``` +dpkg-buildpackage -rfakeroot -b -uc -us +``` \ No newline at end of file