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 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