Browse Source

Initial docs

pull/123/head
onryo 11 months ago
parent
commit
aa58e3a4ce
  1. 11
      contrib/debian/README.md

11
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
```
Loading…
Cancel
Save