* Ruby Module for SWIG This is an extension of SWIG to produce Ruby interfaces to C/C++ libraries. This is preliminary release. * Installation Requirements: - ruby-1.4.x - SWIG1.1p5 (ftp://ftp.swig.org/pub/) Compile: You must install SWIG before compiling this module. ruby configure.rb [options] make make install You can specify options when you run `ruby configure.rb': `--with-swig=SWIG' Set name of installed swig executable. Default is `swig'. * Usage siwgruby [options] filename Try `swigruby -help' for more information. Visit http://www.swig.org/ for general SWIG information. * Copyright Copyright (C) 1999 Network Applied Communication Laboratory, Inc. Masaki Fukushima You can redistribute this software and/or modify it under the terms of the same license as Ruby's. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.