home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / xgalaga-2_0_tar.gz / xgalaga-2_0_tar / xgalaga-2.0 / README.SOUND < prev    next >
Text File  |  1998-04-12  |  1KB  |  21 lines

  1.  
  2.   Sound support is currently supported for Linux, FreeBSD, and Suns
  3. automatically.  In addition, Paul Kendall (paul@kcbbs.gen.nz) has
  4. provided an NAS interface, which hopefully will work on any system
  5. with NAS installed.  In my case (on a Linux machine) the sound with
  6. NAS is not as smooth as the native sound server, but it does work.
  7. Paul 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
  10. want sound, make sure you have NAS installed, then add "#define
  11. NAS_SOUND" to the top of the Imakefile.  For most systems, that should
  12. be all you have to do.  If your libaudio is in a non-standard
  13. location, 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
  17. sound, native sound will automatically be compiled in.  This shouldn't
  18. hurt anything even if you don't actually have a sound card - you just
  19. won't hear anything.
  20.  
  21.