opencv 2.4.9, Win XP, cygwin and gcc
Hello, I' m not expert in CMake and other process to compile a package for a specific system. But I need OpenCV 2.4.9 includes and static libraries for project under Netbeans 8, cygwin gcc ++ 11. Can anybody do that for me ?
Best regards.
cmake does not seem to support netbeans, so try to build the opencv libs with a plain "Mingw Makefiles" first, then build you actual netbeans project manually
Ok.
In folder "opencv\sources", I startes command : cmake -G "MinGW Makefiles" . This build Cmake files. But what to do now with this CMake result ? How can I use MinGW in order to compile and link the CMake result ?
Best regards.
foulques.nera, look here