This website requires JavaScript.
Explore
Help
Sign in
stv0g
/
comedilib
Watch
1
Star
0
Fork
You've already forked comedilib
0
Code
Issues
Pull requests
Releases
Wiki
Activity
master
comedilib
/
swig
/
ruby
/
ext
/
extconf.rb
5 lines
88 B
Ruby
Raw
Permalink
Normal View
History
Unescape
Escape
ruby binding and example from Steven Jenkins. I still need to tweak the Makefiles a bit to integrate it properly
2004-01-17 16:33:09 +00:00
require
'mkmf'
patch from Steven Jenkins <steven.jenkins@ieee.org>: If configure attempts to build the Ruby extension on a system without a previous installation of comedilib, compilation fails because gcc can't find comedilib.h. The attached patch adds the distribution include directory to the gcc search path when compiling the extension.
2004-11-23 01:18:14 +00:00
dir_config
(
'comedilib'
)
ruby binding and example from Steven Jenkins. I still need to tweak the Makefiles a bit to integrate it properly
2004-01-17 16:33:09 +00:00
have_library
(
'comedi'
)
create_makefile
(
"
comedi
"
)
Reference in a new issue
Copy permalink