|
2 years ago | |
---|---|---|
.github | 2 years ago | |
.travis | 2 years ago | |
doc | 9 years ago | |
libs | 2 years ago | |
ports | 2 years ago | |
ports-legacy | 2 years ago | |
scripts | 2 years ago | |
static-lv2-ttl | 3 years ago | |
.gitignore | 2 years ago | |
.travis.yml | 3 years ago | |
DISTRHO.kdev4 | 9 years ago | |
README.md | 2 years ago | |
meson.build | 3 years ago | |
meson_options.txt | 2 years 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