1
2  Sound support is currently supported for Linux, FreeBSD, and Suns
3automatically.  In addition, Paul Kendall (paul@kcbbs.gen.nz) has
4provided an NAS interface, which hopefully will work on any system
5with NAS installed.  In my case (on a Linux machine) the sound with
6NAS is not as smooth as the native sound server, but it does work.
7Paul says on his Sun the NAS method is superior.
8
9  In any case, if you are not using Linux, FreeBSD, or a Sun, and you
10want sound, make sure you have NAS installed, then add "#define
11NAS_SOUND" to the top of the Imakefile.  For most systems, that should
12be all you have to do.  If your libaudio is in a non-standard
13location, you will also have to change the Imakefile that says "NASLIB
14= -laudio" to "NASLIB = -L/path/to/libaudio -laudio"
15
16  Note that for Linux, FreeBSD and Sun, if you do not specify NAS
17sound, native sound will automatically be compiled in.  This shouldn't
18hurt anything even if you don't actually have a sound card - you just
19won't hear anything.
20
21