Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Try to run cmake with CodeBlocks generator: @cmake ../opencv -G"CodeBlocks - Unix Makefiles"@

(Some variants here: http://www.cmake.org/cmake/help/v3.0/generator/CodeBlocks.html)

This command should generate OpenCV CodeBlocks project in current directory.

Try to run cmake with CodeBlocks generator: @cmake cmake ../opencv -G"CodeBlocks - Unix Makefiles"@Makefiles"

(Some variants here: http://www.cmake.org/cmake/help/v3.0/generator/CodeBlocks.html)

This command should generate OpenCV CodeBlocks project in current directory.