How do I Link opencv 3.1 with Code Blocks 16.01
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.
you can't. if you're using mingw, you have to build opencv libs from src, using cmake.