lcdtest: LCD monitor test pattern generator
INSTALL
Copyright 2007 Eric Smith <eric@brouhaha.com>
$Id: INSTALL 36 2007-05-26 06:36:44Z eric $


Building lcdtest uses SCons and Python, rather than Make.  SCons
is used because it has automatic dependency analysis.
SCons version 0.97 or newer is required.

To build lcdtest, simply type "scons".  This will result in the
binary being built in the "build" subdirectory.

The binary can be tested by running "build/lcdtest".

To install the binary and man page in the default locations (/usr/local/bin
and /usr/local/man/man1), type "scons install".

To install in other locations, use the bindir and mandir command-line
arguments to scons.  For instance, to use /usr/bin and /usr/share/man/man1,
type "scons install bindir=/usr/bin mandir=/usr/share/man/man1"
