From 8ef2d19337af285b4e07883a41a2aa6ec54b80c7 Mon Sep 17 00:00:00 2001 From: HarshDolhare <38937839+HarshDolhare@users.noreply.github.com> Date: Thu, 30 Aug 2018 17:47:27 +0530 Subject: [PATCH] Adds a small note describing BUILD_opencv_world (#12332) * Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial. * Made slight changes in BUILD_opencv_world documentation. * Update windows_install.markdown improved grammar --- .../introduction/windows_install/windows_install.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/tutorials/introduction/windows_install/windows_install.markdown b/doc/tutorials/introduction/windows_install/windows_install.markdown index 7f491d8fdd..0b77e8821f 100644 --- a/doc/tutorials/introduction/windows_install/windows_install.markdown +++ b/doc/tutorials/introduction/windows_install/windows_install.markdown @@ -319,6 +319,7 @@ libraries). If you do not need the support for some of these, you can just freel you are concerned about performance, build them and run. - *BUILD_opencv_python* -\> Self-explanatory. Create the binaries to use OpenCV from the Python language. + - *BUILD_opencv_world* -\> Generate a single "opencv_world" binary (a shared or static library, depending on *BUILD_SHARED_LIBS*) including all the modules instead of a collection of separate binaries, one binary per module. Press again the *Configure* button and ensure no errors are reported. If this is the case, you can tell CMake to create the project files by pushing the *Generate* button. Go to the build -- GitLab