1.8.7 compatibility
[lwes-ruby.git] / README
blob93f010a00b4bc390c9446ea266eb789c48032675
1 To build:
3 1. Make install lwes code. It will install by default into /usr/local. Make
4 sure you note the version and change the commands below to match.
6 2. Build the swig wrapper and library
8 % swig -I/usr/local/include/lwes-0/lwes-0.22.2 -ruby lwes.i
10 % ruby extconf.rb \
11  --with-lwes-include=/usr/local/include/lwes-0/lwes-0.22.2 \
12  --with-lwes-lib=/usr/local/lib
14 % make
16 To create gem package:
18 % gem build pkg/lwes_functions.gemspec
23 For examples on how to use lwes_functions.rb, look in the testing directory.