Skip to content

Commit fd1eb63

Browse files
committed
Merge pull request opencv#9703 from Ajacmac:patch1
2 parents cd428fb + eb9fcf4 commit fd1eb63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ opencv_video300d.lib
145145
opencv_videoio300d.lib
146146
opencv_videostab300d.lib
147147
@endcode
148+
149+
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 version 3.3.0:
150+
@code{.bash}
151+
opencv_world330.lib
152+
@endcode
148153
The letter *d* at the end just indicates that these are the libraries required for the debug. Now
149154
click ok to save and do the same with a new property inside the Release rule section. Make sure to
150155
omit the *d* letters from the library names and to save the property sheets with the save icon above

0 commit comments

Comments
 (0)