-
-
Notifications
You must be signed in to change notification settings - Fork 23
Tutorials
Daan de Lange edited this page May 3, 2022
·
2 revisions
TODO
Mosaic relies on quite a lot OpenFrameworks extensions which are called ofxAddons. To ensure compatibility, you can (optionally) use ofxAddonTool, which quickly provides an oversight of your local addons
folder compared to the ones required for Mosaic. This tool can be useful to debug out-dated Mosaic installations or if you have Mosaic installed amongst other OpenFrameworks projects.
Screenshot
- Go to the ofxAddonTool folder with your favourite terminal app:
cd /path_to_openframeworks/apps/mosaicApps/Mosaic/scripts/ofxAddonTool
(change this to match your setup) - Run the tool and follow instructions on screen :
./ofxAddonTool.sh
- Locate addon mismatches and proceed manually to their respective fixes.