From: StevenPuttemans Date: Wed, 17 Jul 2013 13:02:55 +0000 (+0200) Subject: Removed Note, added other fix (libs to lib) X-Git-Tag: accepted/tizen/ivi/20140515.103456~1^2~646^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a58860d35a3b54b2625d809a8f2e8b515d3e619e;p=profile%2Fivi%2Fopencv.git Removed Note, added other fix (libs to lib) --- diff --git a/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst b/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst index 73bae67..ccf35eb 100644 --- a/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst +++ b/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.rst @@ -53,8 +53,6 @@ Use for example the *OpenCV_Debug* name. Then by selecting the sheet :menuselect .. code-block:: bash $(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. @@ -66,7 +64,7 @@ Next go to the :menuselection:`Linker --> General` and under the *"Additional Li .. code-block:: bash - $(OPENCV_DIR)\libs + $(OPENCV_DIR)\lib .. image:: images/PropertySheetOpenCVLib.jpg :alt: Add the library folder like this.