Prequisite:
    Linux: fltk compiled and installed
    Windows: MinGW installed and fltk compiled and installed

Build:
    make            - build shared version  
    make CFG=static - build static version
    make CFG=debug  - build gnu debug version

Install:
    copy the executable "fl_logbook" to a directory within the executable path
    copy the icon fl_logbook.png to your icons directory
    create a launcher on the desktop pointing to the executable and assigned the
        fl_logbook.png icon.  You can extend the command line for the launcher to
        point to the logbook data base that will be accessed as the default:

        /home/dave/hamapps/logbook/fl_logbook /home/dave/datafiles/logbook.lgb

    you can also simply execute from a terminal window command line:
        ./fl_logbook <pathname of logbook file>

