1 | initial version |
can't help with codebloxx, but you have to run
make install
to copy the nessecary headers/libs/dlls to
opencv/build/install
(or whatever you set OPENCV_INSTALL_PREFIX
to.)
then use your_opencv_install/include
and your_opencv_install/x64/mingw/lib
to build your own program
2 | No.2 Revision |
can't help with codebloxx, but you have to run
make install
to copy the nessecary headers/libs/dlls to
opencv/build/install
(or whatever you set OPENCV_INSTALL_PREFIX
to.)to with cmake.)
then use your_opencv_install/include
and your_opencv_install/x64/mingw/lib
to build your own program
3 | No.3 Revision |
can't help with codebloxx, but you have to run
make install
(from the build folder) to copy the nessecary headers/libs/dlls to
opencv/build/install
(or whatever you set OPENCV_INSTALL_PREFIX
to with cmake.)
then use your_opencv_install/include
and your_opencv_install/x64/mingw/lib
to build your own program