One or more of the path statements seems not to work correctly.
I only get these errors
CMake Error: The source directory "C:/Dev/msys64/home/QT/opencv_build/^" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
bash: -DCMAKE_INSTALL_PREFIX:PATH=C:/Dev/opencv_install: No such file or directory
bash: -DBUILD_opencv_core:BOOL=1: command not found
bash: -DBUILD_opencv_imgproc:BOOL=1: command not found
bash: -DCMAKE_CONFIGURATION_TYPES:STRING=Debug;Release: command not found
bash: -DBUILD_SHARED_LIBS:BOOL=0: command not found
bash: -DBUILD_opencv_ml:BOOL=0: command not found
bash: C:\Dev\opencv: No such file or directory
I try to follow your building steps for OpenCV https://github.com/theophanemayaud/video-simili-duplicate-cleaner/blob/master/DEPENDENCIES.md#opencv
One or more of the path statements seems not to work correctly. I only get these errors
after executing
Which path do I have to adjust?
BTW: I'm 100% sure that
C:/Dev/msys64/home/QT/opencv_build/
exists. "QT" is the name of the current user.But it is true that
C:/Dev/opencv_install
does not exist, only this pathC:/Dev/msys64/home/QT/opencv_install/