README
This commit is contained in:
parent
3e9b443b60
commit
a6db0ef4b8
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
|
@ -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 <repo>`
|
||||
|
||||
If already cloned without submodules
|
||||
|
||||
`git submodule update --init --recursive`
|
||||
|
||||
### Compile
|
||||
|
||||
`make plugins`
|
||||
|
||||
### Verify
|
||||
|
||||
`ls bin/`
|
||||
Loading…
Add table
Add a link
Reference in a new issue