The software in this package is known to run on Solaris 2.5 and 2.6 and on Linux 2.4. A recent version of the gnu gcc/g++ compiler (2.8.1 or later) is assumed.
Installation requires about 5MB of disk space, or 3MB for the
bin directory and 2MB for the rest. To run the example, you
need at least another 8MB in the data directory.
The sbg_install script does the actual installation -- usage is
sbg_install [ root_directory [ bin_directory ] ]where
root_directory
is where directories bin, data, various scripts, and src
will be installed as subdirectories (default, when there are no
arguments, is the current directory)
bin_directory is where the binary executables will be
stored (default is the bin directory under root_directory)
After installation and before execution, you need to do one of the following:
setenv PROGRAM_DIRECTORY bin_directory
or its Bourne shell equivalent
export PROGRAM_DIRECTORY=bin_directory
before running any of the scripts; the script then automatically
incorporates bin_directory into the current path.
setenv PATH "bin_directory:$PATH"
into your .cshrc
file (or whatever the init file for your shell is).
Matt_Stallmann@ncsu.edu)
Last modified: Tue Sep 28 11:44:35 EDT 2004