SRNDT Version 1.0
=================

   Before you can install this command line tool you must have the SRND device
driver for the miroMEDIA Surround board installed.



Quick installation guide
------------------------

  % vi Makefile                  # Read and modify the Makefile
  % make                         # Build the tool
  % su root                      # Become root (if you are not already)
  % make install                 # Install the tool



Notes
-----

In the Makefile of the tool there are these entries of interest:

  SRNDT_BINDIR := /usr/local/bin
	This is the location where the executable will be installed.

  SRNDT_MANDIR := /usr/local/man
	This is the location where the manual pages reside.

  SRNDT_MANSEC := 1
        This is the section where the manual page will be installed.
	The default is 1 (User commands).



Copyright (C) 1998-2001 Oliver Gantz <Oliver.Gantz@ePost.de>.
