Configure OpenCV 3.1 with Code::Blocks 16.01+MinGW
Hello
I'm a new user of OpenCV 3.1. I tried to configure Code::Blocks 16.01+MinGW to work with OpenCV 3.1 but there is always something wrong.
Can you help me?
Thank you.
forget your ide for a while,
step1: build opencv libs for mingw(you can't use the prebuild vs libs) using cmake
tnx for the answer I built opencv using cmake, but I got too many files (1.84 GB) are they all necessary ???
" but I got too many files (1.84 GB) are they all necessary ?"
no. in the end, all you need is your install folder
tnx what's the next step ?
try to build a project for your ide, like here
tnx but I'm using Code::Blocks not CMake
cmake -G
will give you a list of generators. choose your code::blocks tag there, and generate your projectthank you for all