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

Merge pull request #3 from thenoseman/master

Clarified installation on Mac with MacPorts
This commit is contained in:
ser1zw 2011-05-31 07:06:37 -07:00
commit 93a9ff01cc

View file

@ -49,6 +49,16 @@ You can also add ruby-opencv in your Gemfile:
echo -e "\n"'gem "opencv", :git => "https://github.com/ser1zw/ruby-opencv"' >> Gemfile
bundle install # or bundle update
=== Installing ruby-opencv with all dependencies on Mac OS X using macports
sudo port install ffcall
sudo port install opencv
Follow INSTALLATION but use this command when compiling the gem:
ruby extconf.rb --with-opencv-lib=/opt/local/lib --with-opencv-include=/opt/local/include/opencv2
make
make install
== SYNOPSIS:
Once installed it is possible to show images via GUI Window.