From d1d4d99b5c07c43b50a41e3d02ffc9cae64df242 Mon Sep 17 00:00:00 2001 From: Shervin Emami Date: Thu, 28 May 2015 00:36:09 -0700 Subject: [PATCH] Mentioned that we don't yet support OpenCV 3.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25d32bc..80af3db 100755 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Full source-code for the book. -------------------------------------------------------------------------------- To build & run the projects for the book: -------------------------------------------------------------------------------- -- Install OpenCV v2.4.2 or later. eg: go to "http://opencv.org/", click on - Downloads, download the latest OpenCV (including prebuilt library), and extract +- Install OpenCV (versions between 2.4.2 to 2.4.11 are supported, whereas OpenCV 3.0 is not yet supported). eg: go to "http://opencv.org/", click on + Downloads, download the latest OpenCV 2.4 version (including prebuilt library), and extract it to "C:\OpenCV" for Windows or "~/OpenCV" for Linux. In OpenCV v2.4.3, the prebuilt OpenCV library is in "C:\OpenCV\build" or "~/OpenCV/build", such as "C:\OpenCV\build\x64\vc9" for MS Visual Studio 2008 (or "vs10" folder for MS