Because Pamplejuce is a template and not a framework, you’ll have to this somewhat manually. Sorry!
Here are the steps I do:
- If you want to update JUCE:
git submodule update --remote --merge JUCE
- Update the melatonin inspector with
git submodule update --remote --merge modules/melatonin_inspector
- If you use IPP, you can check for an IPP update from Intel.
- If you want to update to the latest CMake config, first check the repository’s CHANGELOG to make sure you are informed of any breaking changes. Then
git submodule update --remote --merge cmake
. - You’ll have to manually compare your
CMakeLists.txt
against the latest Pamplejuce for changes, but it should be pretty easy to see what changed.
Leave a Reply