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

modified README.rdoc to add another way of installation

This commit is contained in:
ser1zw 2011-05-03 17:24:27 +09:00
parent 756db66ba4
commit 7cc8ebc5d3

View file

@ -38,6 +38,12 @@ Then inside the ruby-opencv folder run:
rake install_gem
Or
ruby extconf.rb
make
make install
You can also add ruby-opencv in your Gemfile:
echo -e "\n"'gem "opencv", :git => "https://github.com/ser1zw/ruby-opencv"' >> Gemfile