From 76a076d8a377a0989cc3323e1ba9e87ebaa21c74 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Sun, 17 Jul 2016 09:36:12 +0900 Subject: [PATCH] update README --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4c5a548..88fa52f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ An OpenCV wrapper for Ruby. * Web site: -* Ruby 1.9.3, 2.x and OpenCV 2.4.12 are supported. +* Ruby 2.x and OpenCV 2.4.13 are supported. ## Requirement @@ -23,16 +23,9 @@ $ gem install ruby-opencv -- --with-opencv-dir=/path/to/opencvdir Note: **/path/to/opencvdir** is the directory where you installed OpenCV. -### Windows -You can use pre-build binary for Windows (mswin32). +### Windows (RubyInstaller) -1. Install [OpenCV](http://sourceforge.net/projects/opencvlibrary/files/opencv-win/) -2. Set path to OpenCV libraries. When you installed OpenCV to **C:\opencv**, add **C:\opencv\build\x86\vc10\bin** to the systems path. -3. Install ruby-opencv - -``` -$ gem install ruby-opencv -``` +See [install-ruby-opencv-with-rubyinstaller-on-windows.md](install-ruby-opencv-with-rubyinstaller-on-windows.md). ## Sample code ### Load and Display an Image