Skip to content

Instantly share code, notes, and snippets.

@spara
Created April 1, 2012 22:32
Show Gist options
  • Select an option

  • Save spara/2279162 to your computer and use it in GitHub Desktop.

Select an option

Save spara/2279162 to your computer and use it in GitHub Desktop.
install opencv gem
$ git clone git://github.com/ser1zw/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
$ ruby extconf.rb --with-opencv-dir=/path/to/opencvdir
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment