Skip to content

Commit

Permalink
Update README.md (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinitou authored Jan 7, 2023
1 parent a32ebd5 commit 28cec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Things currently missing:
## How to build

```bash
git clone https://github.com/defiantnerd/clap-wrapper.git
git clone https://github.com/free-audio/clap-wrapper.git
mkdir build
cmake -B build -DCLAP_SDK_ROOT={path to clap sdk} -DVST3_SDK_ROOT={path to vst3 sdk}
```
Expand All @@ -37,7 +37,7 @@ You can also determine the output name of the resulting VST3 plugin by using the
Build it for your clap, assuming it is named "fruit":

```bash
git clone https://github.com/defiantnerd/clap-wrapper.git
git clone https://github.com/free-audio/clap-wrapper.git
mkdir build
cmake -B build -DCLAP_SDK_ROOT={path to clap sdk} -DVST3_SDK_ROOT={path to vst3 sdk} -DCLAP_WRAPPER_OUTPUT_NAME=fruit
```
Expand Down

0 comments on commit 28cec70

Please sign in to comment.