From 3e81d9e11ed1c5ab457fea38dceee755fe87a9ba Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sat, 17 Jan 2004 19:17:42 +0000 Subject: [PATCH] update README to reflect automake support for compilation/installation --- swig/ruby/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/swig/ruby/README b/swig/ruby/README index 8b6f4d2..f1e0092 100644 --- a/swig/ruby/README +++ b/swig/ruby/README @@ -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: