OpenFX uses cmake and conan to build.
Build Command:
mkdir build && cd build
conan install .. --build missing
cmake ..
cmake --build .
Some useful parameters you can pass to cmake
with -Dparameter=value
:
OFX_EXAMPLE_PLUGINS
: set toON
orOFF
to enable/disable building of example plugins, defaults toOFF
Linux dependencies:
sudo apt install pkg-config libgl-dev