You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX 830a5e0b94
Fix vst2 build with new juce
4 years ago
.travis CI: Run lv2lint on the linux builds 4 years ago
doc Initial push of DISTRHO code 11 years ago
libs Fix vst2 build with new juce 4 years ago
ports-legacy Fix vst2 build with new juce 4 years ago
scripts fix win32 cpu-family 4 years ago
sdks/vstsdk2.4 Initial push of DISTRHO code 11 years ago
static-lv2-ttl Move mod-lv2-data to static-lv2-ttl/moddevices 4 years ago
.gitignore Update gitignore 4 years ago
.travis.yml Use script file for CI 4 years ago
DISTRHO.kdev4 Initial push of DISTRHO code 11 years ago
README.md Update README.md 4 years ago
meson.build Move juce-current as module folder, fixup LV2 wrapper 4 years ago
meson_options.txt Build VST2 plugins with meson 4 years ago

README.md

DISTRHO Ports

Build Status

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

BUILD DEPENDENCIES

To build plugins, you first need to install the following dependencies:

All OSes:

  • meson

GNU/Linux: (development versions of these)

  • ALSA
  • freetype2
  • OpenGL/Mesa
  • X11 core and extensions (XShm, XRender and XCursor)

BUILD and INSTALL

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