diff options
Diffstat (limited to 'packages/ubuntu/README')
-rw-r--r-- | packages/ubuntu/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/ubuntu/README b/packages/ubuntu/README new file mode 100644 index 000000000..9d08aca27 --- /dev/null +++ b/packages/ubuntu/README @@ -0,0 +1,12 @@ +Howto Build Debian packages +--------------------------- + +Initial configuration and debian/changelog generation: +./configure + +Build a binary (GPG signed) nDPI package with: +dpkg-buildpackage -b + +Or build a binary (unsigned) nDPI package with: +dpkg-buildpackage -b -us -uc + |