NatronPluginManager

Natron Plug-in Manager

GPL-2.0 License

Stars
15

Natron Plug-in Manager

A plug-in manager for Natron.

Build

This application requires Qt 5.14+ (Concurrent/Network/Widgets) and libzip.

git clone https://github.com/rodlie/NatronPluginManager
cd NatronPluginManager
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
make

Documentation