1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
Commit graph

5 commits

Author SHA1 Message Date
ser1zw
052073e20d modified extconf.rb for environments that OpenCV is installed in non-default directory
if you install OpenCV like:
  $ cmake -D CMAKE_INSTALL_PREFIX=/path/to/opencvlibrary ./OpenCV-x.y.z
  $ make && make install

You can install Ruby/OpenCV like:
  $ ruby extconf.rb --with-opencv-dir=/path/to/opencvlibrary
  $ make && make install
2011-07-11 00:32:39 +09:00
ser1zw
206ae1ba97 modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
ser1zw
81714f0768 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +09:00
ser1zw
8ee5dc0892 fixed extconf.rb to build on Ruby 1.8.7 2011-05-04 01:32:48 +09:00
ser1zw
756db66ba4 modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways 2011-05-03 17:12:47 +09:00
Renamed from ext/opencv/extconf.rb (Browse further)