From 56f4c5b17daefa33089c3d93d0a3887932316e98 Mon Sep 17 00:00:00 2001 From: Dionysis Athinaios Date: Mon, 12 Aug 2024 02:45:44 +0100 Subject: [PATCH] Include AUv2 instructions (#276) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad3890fc..90d84206 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ cmake -B build \ -DVST3_SDK_ROOT={path to vst3 sdk} \ -DCLAP_WRAPPER_OUTPUT_NAME="The Name of your CLAP" ``` +If you'd like to also build for AUv2 include `-DCLAP_WRAPPER_BUILD_AUV2=ON` and the SDK in the folder `AudioUnitSDK`. ## Licensing