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