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
11 --with-lwes-include=/usr/local/include/lwes-0/lwes-0.22.2 \
12 --with-lwes-lib=/usr/local/lib
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.