Files
SilentDragonXLite/contrib/debian/README.md
2023-06-10 21:01:52 +00:00

11 lines
156 B
Markdown

Install build tools:
```
sudo apt install dh-make
```
To build the package from source run the following:
```
dpkg-buildpackage -rfakeroot -b -uc -us
```