nomacs - Plugins
August 20, 2020 ยท View on GitHub
This repository contains officially supported plugins for the image viewer nomacs. You can find additional (unstable) plugins here.
Building on Windows
Prerequisites
Building Plugins
- Clone nomacs
- cd to the repository, then:
git submodule init
git submodule update
- this will clone the plugins repository to ./ImageLounge/plugins
- follow the build instructions of nomacs
- This will build all the Plugins set to 'ON' in nomacs-plugins/CMakeLists.txt.
Debug Plugins (Visual Studio)
Tip: Go to Your Plugin > Properties > Configuration Properties > Debugging and set the command to your nomacs path (e.g. C:/nomacs/build/Debug/nomacs.exe) to better debug your plugin