Skip to content

Commit 8f05af8

Browse files
committed
Fixed my additions. For real this time. I think.
Oops. Hopefully it works this time.
1 parent 39e7427 commit 8f05af8

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 latest version:
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)