Compiling the Ultima 6 Soundblaster Driver
==========================================

Last updated on 16-March-2005.
Please send additions, corrections and feedback to this e-mail address:
Remove space + vowels from "marc winterrowd" and append "at yahoo dot com"


How to Compile the Driver
=========================

If you're using Windows, you must install MinGW:
http://www.mingw.org/

1) Download u6decode.zip and u6encode.zip, then extract both into the
   "compile" directory (with full paths).
   This should create the directories "compile/u6decode" and
   "compile/u6encode".
2) Copy u6roland.drv into the "compile/source" directory.
3) In compile/Makefile, set the NASM variable to point to your NASM
   executable. You can download NASM here:
   http://nasm.sourceforge.net/
4) If you want to build a driver for a non-standard SB port, open
   "compile/Makefile" and add the port to the PORTS variable.
5) Go to the "compile" directory and type "make".
6) If you want to remove the temporary files created by the makefile,
   type "make clean".
