aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 454284f..8d38565 100644
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ for example
```
make jack.so
```
-#### Buiding with Installer
+#### Using the installer
For easy installation on Linux, the [installer script](installer.sh) can be used:
@@ -208,6 +208,9 @@ make install
Depending on your configuration of `DESTDIR`, the `make install` step may require root privileges to
install the binaries to the appropriate destinations.
+To create Debian packages, use the debianization and `git-buildpackage` configuration on the `debian/master`
+branch. Simply running `gbp buildpackage` should build a package for the last tagged release.
+
#### Building for Windows
To build for Windows, you still need to compile on a Linux machine (virtual machines work well for this).