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 52efe75c69
CI: Stop testing windows 32bit target
4 years ago
.github Add FUNDING.yml 4 years ago
.travis win32 build fix 4 years ago
doc Initial push of DISTRHO code 11 years ago
libs Update juce 4 years ago
ports No optimizations for vitalium windows 32bit build 4 years ago
ports-legacy Make juce_audio_devices optional, cleanup meson files 4 years ago
scripts Remove useless symbol export 4 years ago
static-lv2-ttl A little help for plugin validation 4 years ago
.gitignore Update gitignore for tmp patch file 4 years ago
.travis.yml CI: Stop testing windows 32bit target 4 years ago
DISTRHO.kdev4 Initial push of DISTRHO code 11 years ago
README.md Better wording 4 years ago
meson.build Fix a typo in unfa's presets 4 years ago
meson_options.txt Do not build chow by default, it was mostly a test for new juce 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 + LV2 ports.

This repository contains the GNU/Linux and LV2 ports, specifically those made with JUCE

BUILD DEPENDENCIES

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

All OSes:

  • meson

GNU/Linux: (development versions of these)

  • ALSA
  • freetype2
  • fftw3
  • 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