SquidgeDSP/README.md
2026-08-02 15:17:09 +01:00

27 lines
No EOL
454 B
Markdown

# SquidgeSynth
SquidgeSoft VST/CLAP audio plugin library, built with [DPF](https://github.com/DISTRHO/DFP) (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`
### Verify
`ls bin/`