|
4 years ago | |
---|---|---|
doc | 11 years ago | |
libs | 5 years ago | |
ports | 4 years ago | |
scripts | 7 years ago | |
sdks/vstsdk2.4 | 11 years ago | |
static-lv2-ttl/TAL-NoiseMaker-Noise4U.lv2 | 4 years ago | |
.gitignore | 5 years ago | |
DISTRHO.kdev4 | 11 years ago | |
Makefile | 7 years ago | |
README.md | 4 years ago |
DISTRHO is an open source project that has the goal of making cross-platform plugins and GNU/Linux ports.
This repository contains the GNU/Linux 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 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