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

Changed README for MacPorts on OS X

This commit is contained in:
Frank Schumacher 2011-05-31 11:03:31 +02:00
parent 37182e83c1
commit 86cb98e66b

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.