Simply:

    $ ./configure --prefix=/usr/local
    $ make
    $ make check

as a mortal user, then:

    # make install

as the root user will put yydecode into /usr/local/bin, and the manual
pages into /usr/local/man. Run:

    $ ./configure --help

if you would like to customise any aspect of the compilation and / or
installation process.


yydecode has been verified to compile successfully on the following
platforms: (This list is woefully out of date.)

 * [gcc] Debian GNU/Linux 3.0 (Woody) on Intel x86 (and compatibles)
 * [gcc] Debian GNU/Linux 2.2 (Potato) on Intel x86 (SMP)
 * [gcc] FreeBSD 4.4-STABLE on Intel x86
 * [gcc] Debian GNU/Linux 2.2 (Potato) on DEC Alpha
 * [gcc] Debian GNU/Linux 2.2 (Potato) on PowerPC RS/6000
 * [gcc] Debian GNU/Linux 2.2 (Potato) on Sparc (Ultra60)
 * [gcc] Sun Solaris (SunOS 5.8) on Sparc (R220)
 * [cc] Darwin Kernel 5.2 (Mac OS X Server 10.1) on Apple G4

Reports of successful compiles on any other esoteric (in your opinion)
platforms / architectures, or corrections to the above, would be most
welcome. See AUTHORS for email details.

(Note that where it says Debian GNU/Linux, you can almost certainly
substitute in any other recent Linux distribution.)

# End of File # vim: tw=72:

