How do I Link opencv 3.1 with Code Blocks 16.01

asked 2016-04-01 18:05:14 -0600

I am new to programming. I downloaded opencv 3.1 and Code::Blocks 16.01 on a Windows 10 PC. How do I properly link opencv with code blocks? I've seen all kinds of explanations on the web but nothing seems to match what I have. Thanks for any and all help.

edit retag flag offensive close merge delete

Comments

you can't. if you're using mingw, you have to build opencv libs from src, using cmake.

berak gravatar imageberak ( 2016-04-01 22:48:47 -0600 )edit