Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 613 Bytes

andris.ofx.util

Utility library for andris.ofx plugins.

Dependencies

How to build (Windows)

  • Clone the repository.
  • Run cmake in this project's root directory with
    • -DOPENFX_DIR:PATH pointing to the root directory of OpenFX source
    • -DOpenCV_DIR:PATH pointing to the directory where you have built OpenCV
  • Open the generated solution file and build the project.

Acknowledgements

CMake files adapted from how-to-export-cpp-library.