1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

ARA: Update expected ARA SDK version to 2.2.0

This commit is contained in:
attila 2022-11-09 17:00:14 +01:00
parent f9b6e2ef69
commit 128e980be4
3 changed files with 20 additions and 2 deletions

View file

@ -5,12 +5,12 @@ in JUCE there are some steps you need to take to enable all ARA related function
## External dependencies
- ARA SDK 2.1.0
- ARA SDK 2.2.0
You can download the ARA SDK from Celemony's Github. The command below will recursively clone the
right version into the `ARA_SDK` directory
git clone --recursive --branch releases/2.1.0 https://github.com/Celemony/ARA_SDK
git clone --recursive --branch releases/2.2.0 https://github.com/Celemony/ARA_SDK
## Enabling ARA features in JUCE