SquidgeDSP/README.md

677 B

SquidgeSynth

SquidgeSoft VST/CLAP audio plugin library, built with DPF (DISTRHO Plugin Framework).

Prerequisites

  • Compiler: clang
  • Build tools: make, bear
  • DPF: Included as a submodule/subtree in dpf/

Build

Clone

git clone --recurse-submodules <repo>

If already cloned without submodules

git submodule update --init --recursive

Compile

make plugins

To cross compile with windows. (Not actually tested but builds)

make plugins CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ WINDOWS=true

Do bear in front to generate types

make clean
bear -- make plugins

Verify

ls bin/