Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / packaging.txt
diff --git a/doc/packaging.txt b/doc/packaging.txt
new file mode 100644 (file)
index 0000000..ffa1263
--- /dev/null
@@ -0,0 +1,17 @@
+\r
+INSTRUCTIONS TO BUILD WIN32 PACKAGES WITH CMAKE+CPACK\r
+------------------------------------------------------\r
+\r
+- Install NSIS.\r
+- Generate OpenCV solutions for MSVC using CMake as usual.\r
+- In cmake-gui: \r
+       - Mark BUILD_PACKAGE\r
+       - Mark BUILD_EXAMPLES (If examples are desired to be shipped as binaries...)\r
+       - Unmark ENABLE_OPENMP, since this feature seems to have some issues yet...\r
+       - Mark INSTALL_*_EXAMPLES\r
+- Open the OpenCV solution and build ALL in Debug and Release.\r
+- Build PACKAGE, from the Release configuration. An NSIS installer package will be \r
+  created with both release and debug LIBs and DLLs.\r
+\r
+  \r
+Jose Luis Blanco, 2009/JUL/29\r