diff options
author | cbdev <cb@cbcdn.com> | 2019-12-07 20:22:03 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-07 20:22:03 +0100 |
commit | 1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec (patch) | |
tree | fb9f59eeb455808bc00c6fd5ee7f945929f96844 | |
parent | 6eabd8c0b7408a601585e19f707d977da4453cd1 (diff) | |
download | midimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.tar.gz midimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.tar.bz2 midimonster-1bb3b9a3eaf94af045c39a1ff1ee8bf9b8e5b8ec.zip |
Mention debianization in README
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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). |