Changed tutorial for installing openCV under VS2010 like bug 3157 suggested
authorStevenPuttemans <steven.puttemans@lessius.eu>
Wed, 17 Jul 2013 11:38:45 +0000 (13:38 +0200)
committerStevenPuttemans <steven.puttemans@lessius.eu>
Wed, 17 Jul 2013 11:38:45 +0000 (13:38 +0200)
doc/tutorials/introduction/windows_visual_studio_Opencv/images/PropertySheetOpenCVInclude.jpg
doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst

index 5826f4d..bc61d33 100644 (file)
Binary files a/doc/tutorials/introduction/windows_visual_studio_Opencv/images/PropertySheetOpenCVInclude.jpg and b/doc/tutorials/introduction/windows_visual_studio_Opencv/images/PropertySheetOpenCVInclude.jpg differ
index d5f80f2..73bae67 100644 (file)
@@ -52,7 +52,9 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect
 
 .. code-block:: bash
 
-   $(OPENCV_DIR)\include
+   $(OPENCV_DIR)\..\..\include
+   
+Note: the location of the include library is different of the libs folder, so don't forget to add the dots to go to the required parent folder.
 
 .. image:: images/PropertySheetOpenCVInclude.jpg
    :alt: Add the include dir like this.