MikMod for Unix should compile on the following systems:

Linux with the USS/TASD/VoxWare sound driver
Linux with the GUS sound driver from the Ultrasound Project
SunOS/Solaris 
DEC Alpha with the AudioFile driver
HP 9000 series 
AIX
SGI

It may compile on others (most notably FreeBSD as it shares the USS 
driver with Linux), but these have not been tested. If you have a system 
that is currently unsupported, let us know - especially if you can write 
a driver for it...

For all systems:
================
Edit the Makefile and uncomment the compiler/library/driver definitions as
appropriate. 

If you have "unzip" and other common de-archivers installed, define
USE_ZIP to allow on-the-fly loading of compressed mods. Define the command
to be used for extracting each type of archive in mikmod.h. Currently
supported are zip, lzh/lha, zoo, gzip and arj. Others can easily be
added...

Some systems (at least Linux, anyway) come with a usleep() library call
for delays less than 1 second. Some do not. If yours does not, uncomment
the definition for NEEDS_USLEEP to use one provided. 

"make" should then generate the mikmod and mikcvt binaries. mikmod will
probably need command-line flags to be used, as its standard audio quality
is not suitable for all systems. 

The bash script "modplay" is provided as an extra way of using mikmod -
feel free to comment/change it as you see fit. I find it useful for
playing mods in a random order ("background music").

Linux notes
===========
Extensively tested on several Linux 2.0.x systems - if you have any
problems let me know ASAP! 

Sun/Solaris notes
=================
The current driver is limited in terms of quality - it may have problems
with high-quality 8-bit and 16-bit audio. See README.sun for more details.

Alpha notes
===========
Apparently will not work with DEC curses, so use ncurses instead.

HP-UX/AIX notes
===============
Read drv_hp.c and drv_aix.c for more information about these ports.

SGI notes
=========
Read drv_sgi.c and README.sgi for more information about this port.

Steve McIntyre <sam1007@cam.ac.uk>
MikMod for Unix 2.13
23/09/96
