Changed tutorial for installing openCV under VS2010 like bug 3157 suggested

This commit is contained in:
StevenPuttemans 2013-07-17 13:38:45 +02:00
parent 886c009da6
commit d42b283abf
2 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View 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.