To build and install:

    1.  Edit the Makefile, specifying your C compiler, the options with
        which it should be run, and the full path name of the default
        dictionary (DEFAULTDICT) and whether this file should be treated
        as a spelling dictionary or a text file (DEFAULTDICTMODE).

    2.  Build with:

            make

    3.  Run the diagnostic test and, if it suceeds, the confidence
        test with:

            make diagnostic

            make confidence

        (The confidence test uses a lot of memory, runs for quite a
        while, and assumes you have the "compress" and "uncompress"
        tools on your system.  It can't be run on all systems.)

    4.  Copy the binary "stego" to a local binaries directory and the
        manual page "stego.1" to a local manual page directory for pages
        in section 1.

    5.  Clean up debris left from the build with:

            make clean

See the manual page for application details.  You can read it on-line
with "make manpage" or print it with "make printman"


                   John Walker -- kelvin@fourmilab.ch
                       <http://www.fourmilab.ch/>
