Merge pull request #2928 from ilya-lavrenov:tapi_warp_fix
[profile/ivi/opencv.git] / doc / packaging.txt
1
2 INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK
3 ------------------------------------------------------
4
5 - Install NSIS.
6 - Generate OpenCV solutions for MSVC using CMake as usual.
7 - In cmake-gui:
8     - Mark BUILD_PACKAGE
9     - Mark BUILD_EXAMPLES (If examples are desired to be shipped as binaries...)
10     - Unmark ENABLE_OPENMP, since this feature seems to have some issues yet...
11     - Mark INSTALL_*_EXAMPLES
12 - Open the OpenCV solution and build ALL in Debug and Release.
13 - Build PACKAGE, from the Release configuration. An NSIS installer package will be
14   created with both release and debug LIBs and DLLs.
15
16
17 Jose Luis Blanco, 2009/JUL/29