11 lines
156 B
Markdown
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
|
|
``` |