Running the binary
------------------

The jazz package comes with a precompiled executable. jazz is statically
linked to the wxwin libraries, but it still needs the openwin shared
libraries. More precice you'll need the following libraries:

	libxv3.so.3 (DLL Jump 3.0) 
	libolg.so.3 (DLL Jump 3.0) 
	libc.so.4 (DLL Jump 4.5pl24) 
	libX11.so.3 (DLL Jump 3.1) 
	libm.so.4 (DLL Jump 4.5pl24) 

Copy the file .jazz to your home directory and edit it as necessary.

jazz.mid is the default song jazz will load at startup when found in
the current directory.


Installing the mpu driver
-------------------------

Copy the file mpu.c to /usr/src/linux/drivers/char and mpu.h to
/usr/include/linux.  These directories differ in older kernel versions.
Add 'mpu.o' to the Makefile in /usr/src/linux/drivers/char. Add a line:

	mem_start = mpu_init(mem_start);

near the end of mem.c, where the other xxx_init() calls are. Recompile
the kernel. Make a device with the command

	mknod /dev/mpu401 c 13 0

You might have to change the IRQ and portaddress in mpu.h according to
your mpu-card.


Recompiling jazz
----------------

To recompile jazz you'll need the wxwin package version 1.50 (beta k).
wxwin is available by anonymous ftp from

  Artificial Intelligence Applications Institute
  University of Edinburgh
  80 South Bridge
  Edinburgh
  Scotland
  EH1 1HN

The file names are wx150k_1.zip and wx150k_2.zip, ask archie for a ftp site.

