Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

For CMake generated make files, use CMake-make or MINGW-make?

Rebuild instructions that I have from the web indicate the use of the terminal commands "MINGW32-make" and "MINGW32-make install". I would have expected to use "cmake-make" and "cmake-make install" instead, but cmake-make does not exist. Is CMake strictly for creating make files? Can it not be used execute the make scripts it generates? Am I missing something here?

This for Win 7 64 bit and Eclipse CDT and not the MSVS tools. I have installed CMake, MINGW32 and OpenCV 2.4.10 I have run CMake-gui and understand it. I am now experimenting with re-building OpenCV.