XBellD should compile on any Unix-like operating system without
modification.  It has been tested on the following platforms:

    * FreeBSD 5.0-CURRENT, XFree86 4.2.0 (X11R6.4) i386
    * FreeBSD 4.5-STABLE, XFree86 4.2.0 (X11R6.4) i386

PREREQUISITES:

    1. You need to have an X server with the "DEC-XTRAP" module loaded.
       Available with or as an add-on to most X distributions.
       In example, an XFree86 configuration file might contain the
       following "Modules" section:

       Section "Module"
	   ...

           # DEC-XTRAP extension module.
	   Load	    "xtrap"
       EndSection
    
    2. The library "libaudiofile" for reading audio files of various
       formats. Available from http://oss.sgi.com./projects/audiofile/.

    3. The Enlightened Sound Daemon (ESounD).  Available from
       http://www.tux.org/~ricdude/EsounD.html.

TO BUILD:
    % xmkmf -a
    % make

TO INSTALL:
    (Typically requires super-user access).
    # make install

    To install optional documentation:
    # make install.man

TROUBLESHOOTING:
    + Make sure that all of the prerequesites are correctly installed.
    + If "esd-config" isn't found, make sure that the correct name for
      the program is set at the top of Imakefile and that it is in your
      $PATH.  After making changes to the Imakefile, re-run "xmkmf -a".

$Id: INSTALL,v 1.2 2002/06/03 02:01:30 sethk Exp $

