Files
Rob White 67b123845c Updates for release of version 5.1.0
Signed-off-by: Rob White <rob@blue-wave.net>
2020-06-24 22:12:40 +01:00
..
2020-06-24 22:12:40 +01:00
2020-06-24 22:12:40 +01:00
2016-11-21 14:58:53 +01:00
2020-04-05 16:53:33 +01:00
2020-04-05 16:53:33 +01:00
2020-04-05 16:53:33 +01:00
2020-04-05 16:53:33 +01:00
2016-10-24 13:49:07 +01:00

To create a Debian package of openNDS (a *.deb file), you first need to have installed the following programs and libraries:

apt install build-essential debhelper devscripts
apt install libmicrohttpd-dev dh-systemd

Run this command in the repository root folder to create the package:

dpkg-buildpackage

The package will be created in the parent directory.

Use this command if you want to create an unsigned package:

dpkg-buildpackage -b -rfakeroot -us -uc