*** WARNING ***

FreeLCD is pre-pre-pre-alpha. And that's stretching it. I haven't even tried
"make install" myself because I'm not sure what it will do. If you are feeling
lucky, you can try:

  ./configure
  make
  export FLCDD_MODULE_PATH=`pwd`/drivers
  cd server
  ./flcdd

Hit ctrl-c to stop the server.

***************


FreeLCD is a package for displaying information on an LCD or VFD. It
consists of a server and one or more clients.

The most important files and subdirectories in this directory are:

  AUTHORS       - the list of people who worked on this package
  ChangeLog     - a list of changes in the source code between versions
  configure     - the configuration script
  COPYING       - the text of the GNU General Public License
  Makefile.am   - specifications for automake to generate Makefiles
  NEWS          - a list of user visible changes between versions
  THANKS        - kudos and thank-yous

  clients/      - Different clients that can send information to the server
  common/       - Routines that are used by clients, the server, and drivers
  doc/          - Info files, manpages, website, design documentation
  drivers/      - Drivers for the different types of displays and backends
  server/       - The server, the central component of the package
  unit-testing/ - Unit testing framework in Python
  
