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 26aa66f648 Don't require sdks/vstsdk2.4 to exist 9 years ago
bin Cleanup 10 years ago
doc Initial push of DISTRHO code 10 years ago
libs Include marketplace in juce-plugin 9 years ago
ports Update dexed to 0.8.0 (new UI) 10 years ago
scripts Don't require sdks/vstsdk2.4 to exist 9 years ago
sdks/vstsdk2.4 Initial push of DISTRHO code 10 years ago
static-lv2-ttl/TAL-NoiseMaker-Noise4U.lv2 Remove all plugins, this repo will contain only ports 10 years ago
.gitignore Update juce (no patches) 9 years ago
DISTRHO.kdev4 Initial push of DISTRHO code 10 years ago
Makefile Only install LV2 or VST plugins if they have been built, fixes #5 10 years ago
README.md Update README 10 years ago
TODO Initial push of DISTRHO code 10 years ago

README.md


  • README for DISTRHO Ports -

DISTRHO is an open source project that has the goal of making cross-platform plugins and Linux ports.

This repository contains the Linux ports.


---- BUILD DEPENDENCIES

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

All OSes:

  • csound (version 6)
  • premake (version 3)

Linux: (development versions of these)

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

---- BUILD and INSTALL

In order to build the plugins, first run:

$ ./scripts/premake-update.sh _OS_

where OS can be ‘linux’, ‘mac’ or ‘mingw’.
This operation requires ‘premake’ (version 3) to be installed on your system.

You are now ready to start building. Run this on the source root folder:

$ make

If you just want to build specific plugin versions, you can use ‘make lv2’ or ‘make vst’.

To build in debug mode, use this:

$ make CONFIG=Debug