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:
parent
756db66ba4
commit
7cc8ebc5d3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue