How to install the CMU MIDI Toolkit
(Macintosh users please ignore this and read README.m)
(DOS users please start with README.DOS)

1. Create a directory for CMT.
2. Copy lib.pac and app.pac to this directory/folder.
3. Determine your 1- or 2-letter configuration code:
	ms - DOS, Microsoft C, v.7.00        b  - DOS, Borland C
	t  - Borland Turbo C for DOS         q  - DOS, Microsoft Quick C
	am - Amiga, Manx C                   al - Amiga, Lattice C
	ui - Unix with CMU ITC Midi Library  u  - Unix
	um - Unix for 386 Mach               us - Silicon Graphics Unix
	m  - Macintosh, Think C
4. Create a directory/folder within your CMT directory for your configuration
	using the configuration code as the name.  E.g. for Borland C, create
	the directory "b"
5. Copy files from the distribution directory/folder corresponding to 
	your configuration to the directory/folder created in step 4.
6. Look in your configuration directory/folder created in step 4 for
	README.<cc>, where <cc> is the configuration code.  Follow the 
	directions there.
7. You may delete the lib.pac and app.pac files after installing CMT.

NOTE 1: for DOS users: be sure you have large model libraries installed.

NOTE 2: also for DOS users: this system is designed for compilation from
    the command line.  You may need to do some work if you want to use
    an integrated programming environment.

