Add Debian package creation

Iwan Timmer 2015-08-15 20:17:33 +02:00
parent 63ef28b051
commit 92d301cf7b

@ -13,6 +13,13 @@ make
make install
```
### Raspbian
Debian required a patch to compile correctly. This patch is available in /debian/patches. A .deb package can automatically be created by running:
```
fakeroot debian/rules binary
```
## Dependencies
### ArchLinux
@ -58,3 +65,5 @@ For compilation and development you also need:
* cmake
* rbp-userland-dev-osmc (Raspberry Pi and OSMC)
* libraspberrypi-dev (Raspberry Pi and Raspbian)
* fakeroot (Package creation)
* debhelper (Package creation)