Skip to content

ch200c/andris.ofx.util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.