falkTX a38bb0d473 | 1 year ago | |
---|---|---|
.github | 2 years ago | |
doc | 10 years ago | |
libs | 1 year ago | |
ports-juce5 | 2 years ago | |
ports-juce6.0 | 1 year ago | |
ports-juce6.1 | 1 year ago | |
ports-juce7 | 1 year ago | |
scripts | 3 years ago | |
static-lv2-ttl | 3 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 3 years ago | |
DISTRHO.kdev4 | 10 years ago | |
README.md | 3 years ago | |
meson.build | 1 year ago | |
meson_options.txt | 1 year ago |
DISTRHO is an open source project with the goal of making cross-platform audio plugins and GNU/Linux + LV2 ports.
This repository contains the GNU/Linux and LV2 ports, specifically those made with JUCE
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