README for cool


Compiling and installing cool:

    See the file docs/install.txt for installation instructions.
    The short form:

        ./configure [--enable-debug]
        make && make check && make install

    'make check' is optional. It is meant to check if library works ok on
    given platform.


Source tree:

    The source tree is organised as follows:

        cool            root of source tree
        |-- docs        documentatsion
        |-- cool        header files
        |   |
        |   `-- bits    system dependent header files
        |-- share       M4 macros
        |-- src         source files
        |-- tests       short test programs
        `-- tmpl        template files for new source files


Feedback:

    Send e-mail to svens@spam.pri.ee
