From 8f05af8d0537abb8090ae096977a3fbfb56d4dd0 Mon Sep 17 00:00:00 2001 From: Jacob MacRitchie Date: Sun, 24 Sep 2017 05:58:22 -0300 Subject: [PATCH] Fixed my additions. For real this time. I think. Oops. Hopefully it works this time. --- .../windows_visual_studio_Opencv.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown b/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown index 2c9d1903db..53bd2034c1 100644 --- a/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown +++ b/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown @@ -145,6 +145,11 @@ opencv_video300d.lib opencv_videoio300d.lib opencv_videostab300d.lib @endcode + +Alternatively, your OpenCV download may have been built into one large .lib file. Check by looking in OpenCV\\build\\architecture\\vc14\\lib. In this case all you would add is, for the latest version: +@code{.bash} +opencv_world330.lib +@endcode The letter *d* at the end just indicates that these are the libraries required for the debug. Now click ok to save and do the same with a new property inside the Release rule section. Make sure to omit the *d* letters from the library names and to save the property sheets with the save icon above -- GitLab