1
0
Fork 0
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:
ser1zw 2012-07-16 18:21:50 +09:00
parent 1a44eeeab4
commit b7c305c837

View file

@ -1,14 +1,4 @@
#!/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"
incdir, libdir = dir_config("opencv", "/usr/local/include", "/usr/local/lib")