$Id: README,v 1.4 1995/10/03 17:29:04 deaven Exp $
This is David Deaven's personal library.

  I use gcc on a POSIX system (NetBSD/i386) mostly, and this code
compiles cleanly, so any ANSI C compiler/library should give no 
problems.

  To install it:

  1.  Run the configure script to generate the proper Makefile and 
      create the make dependencies.  This script will prompt you for
      the installation path.   One top-level directory under which may
      be found bin/, lib/, man/, and include/ files is needed --
      probably best to use your home directory.
  1a. You will probably want to include the bin/ directory for
      this code in your execution search path, so that other 
      libdmd packages you install will configure smoothly.

  2.  Type "make" to make the targets, "make libinstall" to install
      the library, and "make install" to install the library plus the
      standalone executables included with the library.

  4.  The file "manual.tex" is a complete listing of function
      prototypes, but is not yet complete in describing all of the
      functions.

  Please let me know if you had to change anything to get this to work
on a particular machine.

<deaven@ishmael.ameslab.gov>

