From a0662492d8a8f095dfc14592df23d6e2c854cae2 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Mon, 23 Apr 2012 00:00:31 +0900 Subject: [PATCH] update README.rdoc --- README.rdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 74797bd..913d9df 100644 --- a/README.rdoc +++ b/README.rdoc @@ -35,7 +35,7 @@ OpenCV wrapper for Ruby $ git clone git://github.com/ruby-opencv/ruby-opencv.git $ cd ruby-opencv - $ git checkout master # for OpenCV 2.3 or later. To use OpenCV 2.2, type "git checkout OpenCV_2.2" instead + $ git checkout OpenCV_2.4 $ ruby extconf.rb --with-opencv-dir=/path/to/opencvdir $ make $ make install @@ -46,7 +46,7 @@ Use *nmake* instead of *make*. $ git clone git://github.com/ruby-opencv/ruby-opencv.git $ cd ruby-opencv - $ git checkout master # for OpenCV 2.3 or later. To use OpenCV 2.2, type "git checkout OpenCV_2.2" instead + $ git checkout OpenCV_2.4 $ ruby extconf.rb --with-opencv-dir=C:\path\to\opencvdir\install # for your own built OpenCV library $ nmake $ nmake install @@ -62,7 +62,7 @@ Type the following commands on the *MSYS* *console*. $ git clone git://github.com/ruby-opencv/ruby-opencv.git $ cd ruby-opencv - $ git checkout master # for OpenCV 2.3 or later. To use OpenCV 2.2, type "git checkout OpenCV_2.2" instead + $ git checkout OpenCV_2.4 $ ruby extconf.rb --with-opencv-dir=/C/path/to/opencvdir/install # for your own built OpenCV library $ make $ make install @@ -78,7 +78,7 @@ To use pre-built OpenCV libraries, set the following option to extconf.rb. For example, if you install OpenCV library to */opt/local/* like: - $ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/local/ ./OpenCV-2.3.1 + $ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/local/ ./OpenCV-2.4.0-beta2 $ make $ make install @@ -94,7 +94,7 @@ You can also install this library creating a gem like: $ git clone git://github.com/ruby-opencv/ruby-opencv.git $ cd ruby-opencv - $ git checkout master # for OpenCV 2.3 or later. To use OpenCV 2.2, type "git checkout OpenCV_2.2" instead + $ git checkout OpenCV_2.4 $ bundle install $ rake gem $ gem install pkg/opencv-*.gem -- --with-opencv-dir=/path/to/opencvdir