Installation
Follow this steps to create a local version of the BIU:
- download and unzip the BIU source package distribution
- run "./configure --help" to get an overview of further possible parameters
- run "./configure" with your desired parameters to generate the Makefiles
- "make" to generate the library
- "make test" to test if everything works fine
- "make install" to install the headers and library to the given directory
- "make doc" to generate the html documentation (if selected during the configure call)
- "make doxygen-doc" to generate the whole documentation
See the file INSTALL in the library root path for further informations.