Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 448 Bytes

install.md

File metadata and controls

19 lines (15 loc) · 448 Bytes

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 to ON or OFF to enable/disable building of example plugins, defaults to OFF

Linux dependencies:

sudo apt install pkg-config libgl-dev