From c54f4d2aeab45c03e53d2c37526c8d04002f0b0a Mon Sep 17 00:00:00 2001 From: Stuart Pook Date: Thu, 28 Sep 2017 23:27:01 +0200 Subject: [PATCH] Add instructions to build Debian packages --- doc/build.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/build.md b/doc/build.md index 628de1a8..3c50014a 100644 --- a/doc/build.md +++ b/doc/build.md @@ -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: