# SquidgeDSP SquidgeSoft VST/CLAP audio plugin library, built with [DPF](https://github.com/DISTRHO/DFP) (DISTRHO Plugin Framework). ## Prerequisites - **Compiler:** clang - **Build tools:** make, bear ## Build ### Clone `git clone --recurse-submodules ` 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 ```