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:
parent
37182e83c1
commit
86cb98e66b
1 changed files with 10 additions and 0 deletions
10
README.rdoc
10
README.rdoc
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue