Skip to content

Commit 4595197

Browse files
committed
2 parents 512f766 + 4ed3f55 commit 4595197

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Example:
6161
| `enable_sfizz` | `boolean` | Enables the `[sfz~]` object for SFZ sample playback. <br>_Default: `false`_ |
6262
| `enable_ffmpeg` | `boolean` | Enables FFmpeg-based audio objects. <br>Recommended if your patch plays audio files. <br>_Default: `false`_ |
6363

64+
# Running locally
65+
66+
You can also run the build script locally instead of through github actions:
67+
```
68+
python3 build.py
69+
```
70+
You can use the `--generator` flag to set the project cmake generates. Valid values are `xcode`, `visualstudio` or `ninja` (default).
71+
Aditionally, you can use the `--configure-only` flag if you want to skip the build step.
6472

6573
# Licensing note
6674
After building, the original patch file you used is directly accessible via the “Info” menu in the plugin. This is required to comply with the GPL license (required by both plugdata and the JUCE GPL tier), as your patch could now legally be considered as "source code" of the generated plugins.

0 commit comments

Comments
 (0)