Ask Your Question
0

opencv 2.4.9, Win XP, cygwin and gcc

asked 2014-06-23 07:17:54 -0600

pdf gravatar image

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.

edit retag flag offensive close merge delete

Comments

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

berak gravatar imageberak ( 2014-06-23 14:02:55 -0600 )edit

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 gravatar imagefoulques.nera ( 2014-06-24 07:09:59 -0600 )edit

foulques.nera, look here

berak gravatar imageberak ( 2014-06-24 07:12:50 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-06-24 10:50:51 -0600

foulques.nera gravatar image

Very good. It is exactly what I wish...and it works. Thank-you.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-06-23 07:17:54 -0600

Seen: 692 times

Last updated: Jun 24 '14