Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

Natron Plug-in Manager

A plug-in manager for Natron.

screenshot of available plug-ins screenshot of plug-in page

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