====================================================================
	** INSTALLATION OF UTILIITY PROGRAMS FOR AWEDRV **
====================================================================

0. Requirements

  - AWE32 driver v0.4.3 or newer

AWE32 driver and utilities can be downloaded from:
	http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/

1. Edit awelib/config.h

    + Define MAKE_SHARED_LIBRARY to create shared AWElib.
      Comment out it if you won't build shared library.
      Define also INSTALL_AWELIB for installing AWElib on public
      directory.
      (FreeBSD-2.2.8 seems not working with shared-lib.)
    + Change DEFAULT_SF_PATH for the search path of soundfont files.
    + The system resource file is defined by RCFILE and SYSTEM_RCFILE.

2. Make Makefiles via xmkmf
	% xmkmf
	% make Makefiles

3. Make and install the programs
	% make all
	% make install

