Building the MPEG audio decoding software:

If you have gnu make and are on a Unix-type system, you should only have to
type:

./configure
make

This will create a makefile customized to your environment, overwriting the
previous makefile, using makefile.in as a template.

For other systems you may have to create a makefile by first copying
'makefile.srq' to 'makefile' and then editing it.

Some flags of interest are:

HAS_ULONG
  Define this if your system already has a ulong typedef

<mc@fivebats.com> 1997/08/24
