opencv/doc/packaging.txt

18 lines
637 B
Plaintext
Raw Normal View History

2012-10-17 07:18:30 +08:00
INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK
------------------------------------------------------
- Install NSIS.
- Generate OpenCV solutions for MSVC using CMake as usual.
2013-08-21 20:44:09 +08:00
- In cmake-gui:
2012-10-17 07:18:30 +08:00
- Mark BUILD_PACKAGE
- Mark BUILD_EXAMPLES (If examples are desired to be shipped as binaries...)
- Unmark ENABLE_OPENMP, since this feature seems to have some issues yet...
- Mark INSTALL_*_EXAMPLES
- Open the OpenCV solution and build ALL in Debug and Release.
2013-08-21 20:44:09 +08:00
- Build PACKAGE, from the Release configuration. An NSIS installer package will be
2012-10-17 07:18:30 +08:00
created with both release and debug LIBs and DLLs.
2013-08-21 20:44:09 +08:00
2012-10-17 07:18:30 +08:00
Jose Luis Blanco, 2009/JUL/29