1To install SBCELT, simply run
2
3 $ make  # or 'gmake' on FreeBSD to invoke GNU make
4
5in this directory.  If the build succeeds, there should be
6a 'libsbcelt.a' file in the lib directory, and a 'sbcelt-helper'
7in the helper directory. Beside these two files, the only other
8file needed to make use of SBCELT is the 'sbcelt.h' header which
9lives in the root of the source tree.
10
11Proper locations for these files depend on the environment
12that the library is intended to run within.  Currently,
13SBCELT is mostly meant to be embedded into other applications,
14and ass such, the only sane default is to delegate the
15installation process to the program embedding SBCELT.
16