update README to reflect automake support for compilation/installation
This commit is contained in:
parent
b8d7e64c4d
commit
3e81d9e11e
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
This directory contains files for building a Ruby extension library
|
||||
for Comedi.
|
||||
|
||||
Instructions for building:
|
||||
Instructions for building by hand (you shouldn't need to do this):
|
||||
|
||||
1. Type 'ruby setup.rb config'. This configures for the local
|
||||
environment.
|
||||
environment.
|
||||
|
||||
2. Type 'ruby setup.rb setup'. This builds the extension library.
|
||||
|
||||
3. Type 'ruby setup.rb install'. This installs the extension
|
||||
library and the file lib/comedi.rb, which provides more
|
||||
Ruby-like method syntax.
|
||||
library and the file lib/comedi.rb, which provides more
|
||||
Ruby-like method syntax.
|
||||
|
||||
The file 'lib/comedi.rb' provides syntactic sugar in three forms:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue