This directory contains several library files:

o libhugin.a and libhugin2.a are library archives (static libraries) for
  the C API for Hugin Decision Engine v6.1.

  - libhugin.a uses single-precision floating-point numbers to represent
    discrete probability data

  - libhugin2.a uses double-precision floating-point numbers to represent
    discrete probability data

  [Both versions use double-precision floating-point numbers to represent
  means and (co)variances.]

  To use the single-precision version of the library, link with the
	-L$HUGINHOME/lib -lhugin
  options.

  To use the double-precision version of the library, link with the
	-L$HUGINHOME/lib -lhugin2
  options *and* add the
	-DH_DOUBLE
  flag when compiling source files that include the "hugin.h" header file.

  Linux: You need to link with the
	-lcrypt -lpthread
  options.

  Refer to the "Hugin API Reference Manual" for more information.

o libhugincpp2.so is a double-precision shared library for the C++ API for
  Hugin Decision Engine v6.1.

  To use this library, link with the
	-L$HUGINHOME/lib -lhugincpp2
  options.

  Note: The C++ API currently only works with g++ 2.95.x (Solaris)
	and g++ 2.96 (Redhat Linux 7.x).

  Refer to the "Hugin C++ API" documentation and the "Hugin API Reference
  Manual" for more information.

o hapi61.jar and libnhapi61.so comprise a double-precision version of the
  Java API for Hugin Decision Engine v6.1.

  Refer to the "Hugin Java API" documentation and the "Hugin API Reference
  Manual" for more information.

o hgui.jar and libnhapi63.so are used by the Hugin GUI application
  (../bin/hugin).


All documentation are located in the ../doc directory.
