2 INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK
\r
3 ------------------------------------------------------
\r
6 - Generate OpenCV solutions for MSVC using CMake as usual.
\r
9 - Mark BUILD_EXAMPLES (If examples are desired to be shipped as binaries...)
\r
10 - Unmark ENABLE_OPENMP, since this feature seems to have some issues yet...
\r
11 - Mark INSTALL_*_EXAMPLES
\r
12 - Open the OpenCV solution and build ALL in Debug and Release.
\r
13 - Build PACKAGE, from the Release configuration. An NSIS installer package will be
\r
14 created with both release and debug LIBs and DLLs.
\r
17 Jose Luis Blanco, 2009/JUL/29
\r