falkTX 39afc6f636 | 3 years ago | |
---|---|---|
.travis | 4 years ago | |
doc | 10 years ago | |
libs | 3 years ago | |
ports | 4 years ago | |
ports-legacy | 4 years ago | |
scripts | 3 years ago | |
static-lv2-ttl | 4 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 4 years ago | |
DISTRHO.kdev4 | 10 years ago | |
README.md | 4 years ago | |
meson.build | 4 years ago | |
meson_options.txt | 4 years ago |
DISTRHO is an open source project with the goal of making cross-platform audio plugins and GNU/Linux ports.
This repository contains the GNU/Linux plugins and LV2 ports
To build plugins, you first need to install the following dependencies:
All OSes:
GNU/Linux: (development versions of these)
In order to build and install the plugins, just run the usual steps for a meson project:
meson build --buildtype release
ninja -C build
ninja -C build install