Run the following git commands on the repository:
git submodule update --init --recursive
Run the following git commands on the repository:
git submodule update --recursive
If you're running into troubles updating your submodules, try cleaning up everything and removing the local submodule files first before reupdating them.
You may use the script below to faciliate this process:
git clean -dfx
git reset --hard
rm -rf submodules/AudioWorks*
git fetch --all
git rebase upstream/master
git submodule update --init --recursive
- Open, build and run the Projucer project.
- Found under
submodules/JUCE/extras/Projucer/Builds
.
- Found under
- Open the
Sounite.jucer
file, hit save, and open the appropriate project for your IDE.