From a6db0ef4b8395c0abf1d7fec3a14fe2c14cc1a91 Mon Sep 17 00:00:00 2001 From: Liam Kerr Date: Sun, 2 Aug 2026 15:17:09 +0100 Subject: [PATCH] README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..71d78e0 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# 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 ` + +If already cloned without submodules + +`git submodule update --init --recursive` + +### Compile + +`make plugins` + +### Verify + +`ls bin/` \ No newline at end of file