Because Pamplejuce is a template and not a framework, you’ll have to this somewhat manually. Sorry!
Here are the steps I do:
- Update with the latest CMake version listed here. If you are on VS or CLion, this is all managed for you as you upgrade, so you can skip this.
- Update JUCE with
git submodule update --remote --merge JUCE
- Update the inspector with
git submodule update --remote --merge modules/melatonin_inspector
- If you use IPP, check for an IPP update from Intel.
- If you want to update to the latest CMake config Pamplejuce uses, first check the repository’s CHANGELOG to make sure you are informed of any breaking changes. Then
git submodule update --remote --merge cmake
. - Unfortunately, you’ll have to manually compare
CMakeLists.txt
, but most of the time it should be pretty easy to see what changed.
Leave a Reply