From ec160560fc3432b76daf5f6b76978b743540496b Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Fri, 22 Jun 2012 14:38:19 -0700 Subject: [PATCH] clarify version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89841d1..c20f14b 100755 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Install -You'll need OpenCV installed. I'm using v2.2 because I couldn't get 2.3 to compile, but it should theoretically work with 2.3 +You'll need OpenCV 2.3.1 installed. Then: @@ -99,4 +99,4 @@ detection. This can be used for face detection etc. ## WIP This is a WIP. I've never written C++ before so the code may be _interesting_ - if -I'm doing stuff wrong please feel free to correct me. \ No newline at end of file +I'm doing stuff wrong please feel free to correct me.