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.
2 | No.2 Revision |
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.