- macOS (Universal 32-bit/64-bit), 10.9 and up.
- Windows (32-bit), 7 and up.
- Windows (x64), 7 and up.
Run the following git commands from the top-most level of the repository:
# Download the latest code from the submodules, assuming there are changes:
git submodule update --init --recursive
If you're running into troubles updating your submodules, try cleaning up everything and removing the local submodule files first before re-updating them.
You may use the quick and dirty script below to facilitate this process:
git clean -dfx
git reset --hard
git fetch --all
git rebase upstream/main
git submodule update --init --recursive
- Open, build and run the
Projucer
project.- Found under
submodules/JUCE/extras/Projucer/Builds
.
- Found under
- Open the
JUCEAWSExample.jucer
file, hit save, and open the appropriate project for your IDE.