1lcdtest: LCD monitor test pattern generator
2INSTALL
3Copyright 2007, 2009, 2010 Eric Smith <eric@brouhaha.com>
4$Id: INSTALL 44 2010-01-26 06:28:14Z eric $
5
6
7Building lcdtest uses SCons and Python, rather than Make.  SCons
8is used because it has automatic dependency analysis.
9SCons version 1.20 or newer is required.
10
11To build lcdtest, simply type "scons".  This will result in the
12binary being built in the "build" subdirectory.
13
14The binary can be tested by running "build/lcdtest".
15
16To install the binary and man page in the default locations (/usr/local/bin
17and /usr/local/share/man/man1), type "scons install".
18
19To install in other locations, use the prefix, bindir, mandir, and
20datadir command-line arguments to scons.  For instance, to use
21/usr/bin and /usr/man, type "scons install prefix=/usr mandir=man"
22