mirror of
https://github.com/ruby-opencv/ruby-opencv
synced 2023-03-27 23:22:12 -04:00
remove some comments
This commit is contained in:
parent
1a44eeeab4
commit
b7c305c837
1 changed files with 0 additions and 10 deletions
10
extconf.rb
10
extconf.rb
|
@ -1,14 +1,4 @@
|
||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
=begin
|
|
||||||
create Makefile script for Ruby/OpenCV
|
|
||||||
|
|
||||||
usage : ruby extconf.rb
|
|
||||||
make && make install
|
|
||||||
|
|
||||||
VC : ruby extconf.rb
|
|
||||||
nmake
|
|
||||||
nmake install
|
|
||||||
=end
|
|
||||||
require "mkmf"
|
require "mkmf"
|
||||||
|
|
||||||
incdir, libdir = dir_config("opencv", "/usr/local/include", "/usr/local/lib")
|
incdir, libdir = dir_config("opencv", "/usr/local/include", "/usr/local/lib")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue