INSTALLATION INSTRUCTIONS

1) Edit the Makefile.in so that the CFLAGS line points to
   the directory where your Perl installation CORE is.
   (usually just means changing the minor version number).

2) ./configure

3) make

4) Copy boscript.so to /usr/lib, or somewhere in your LD_LIBRARY_PATH.

5) Copy boscript.pm into /usr/lib/perl5, or somewhere in your perl @INC.


You will end up with two files of importance: boscript.so and boscript.pm
The first, boscript.so, must be in your LD_LIBRARY_PATH when running a
bo-enabled perl script.  The second, boscript.pm, must be in your Perl @INC
path when the script is run.  For a quick test of a script, it should be
sufficient to just have these two files in the current working directory.

Although developed under Linux, this should be portable to most of the major
unices.  Feel free to send in your success/failures.

The file boscript_wrap.c is generated by SWIG
(http://www.cs.utah.edu/~beazley/SWIG).  You do not have to have SWIG intalled
to compile the program, you will need it if you add functions to the library
or otherwise alter either boscript.i or boscript_wrap.c.

For your convenience, a pre-compiled boscript.so and boscript.pm is included
in the examples directory (i386/linux/elf version).

If you need to re-edit the Makefile.in file _after_ running ./configure,
you should do a 'make distclean' before running ./configure again.
