Download iPlug2 dependencies including plugin format SDKs (VST3, CLAP, WAM) and optional Skia graphics backend libraries
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: setup-deps description: Download iPlug2 dependencies including plugin format SDKs (VST3, CLAP, WAM) and optional Skia graphics backend libraries
Setup iPlug2 Dependencies
Use this skill when the user needs to download SDKs or prebuilt libraries for iPlug2.
Workflow
-
Ask what the user needs:
- Plugin format SDKs (VST3, CLAP, WAM) - required for most plugin formats
- Skia prebuilt libs - required if using Skia IGraphics backend
- iOS libs - only if targeting iOS
-
Download plugin SDKs (if requested):
cd ./Dependencies/IPlug/ ./download-iplug-sdks.sh -
Download Skia libs (if requested):
cd ./Dependencies/ ./download-prebuilt-libs.shFor iOS (macOS only):
./download-prebuilt-libs.sh ios -
Inform the user about manual SDKs:
- VST2 SDK: No longer publicly available, not recommended for new projects
- AAX SDK: Must be downloaded manually from Avid's developer portal
Notes
- AUv2/AUv3 require no additional SDKs (macOS-only formats)
- Standalone apps require no additional SDKs
- Always return to repo root after running scripts
More by iPlug2
View allBuild an iPlug2 plugin project using CMake with Ninja, Xcode, or Visual Studio generators
Validate iPlug2 plugin builds using format-specific validators (auval, pluginval, vstvalidator, clap-validator) (project)
Create a new iPlug2 plugin project by duplicating an example template
Build an iPlug2 plugin project for different formats and platforms using xcodebuild or Visual Studio
