mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
658 B
18 lines
658 B
15 years ago
|
|
||
|
INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK
|
||
|
------------------------------------------------------
|
||
|
|
||
|
- Install NSIS.
|
||
|
- Generate OpenCV solutions for MSVC using CMake as usual.
|
||
|
- In cmake-gui:
|
||
|
- 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.
|
||
|
- Build PACKAGE, from the Release configuration. An NSIS installer package will be
|
||
|
created with both release and debug LIBs and DLLs.
|
||
|
|
||
|
|
||
|
Jose Luis Blanco, 2009/JUL/29
|