Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / packaging.txt
1 \r
2 INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK\r
3 ------------------------------------------------------\r
4 \r
5 - Install NSIS.\r
6 - Generate OpenCV solutions for MSVC using CMake as usual.\r
7 - In cmake-gui: \r
8         - Mark BUILD_PACKAGE\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
15 \r
16   \r
17 Jose Luis Blanco, 2009/JUL/29\r