aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-07 20:22:03 +0100
committercbdev <cb@cbcdn.com>2019-12-07 20:22:03 +0100
commit1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec (patch)
treefb9f59eeb455808bc00c6fd5ee7f945929f96844 /README.md
parent6eabd8c0b7408a601585e19f707d977da4453cd1 (diff)
downloadmidimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.tar.gz
midimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.tar.bz2
midimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.zip
Mention debianization in README
Diffstat (limited to 'README.md')
-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).