Add instructions to build Debian packages

This commit is contained in:
Stuart Pook 2017-09-28 23:27:01 +02:00 committed by Johannes Pohl
parent f34ca2eb93
commit c54f4d2aea

View file

@ -79,6 +79,13 @@ Install Snapserver
This will copy the server binary to `/usr/bin` and update init.d/systemd to start the server as a daemon.
### Debian packages
Debian packages can be made with
$ sudo apt-get install dh-systemd
$ fakeroot make -C server -f debian/rules binary
$ fakeroot make -C client -f debian/rules binary
## FreeBSD (Native)
Install the build tools and required libs: