# $Id: ReadMe,v 1.4 1993/08/20 14:29:57 bjs Exp $
To install this software, simply type "Install".  The installation script
will determine the configuration of your system and build the products
for you.  During the configuration/install process, the installation script
will ask you for confirmation of what it has determined.  Hitting <return>
will accept the default answers.  

To run the installation script and have it accept all of the defaults, type
Install -d <return> <return>

Some known problems with remedies...

*  linker cannot resolve _dlopen, _dlclose, _dlsym

   FIX: add "-ldl" to ld libraries list.  (LIBS in src/build.opts)
 
*  man pages not found after Installation

   FIX: specify the new section via the section option to man. 
	set the MANPATH variable, and or update the man.cf file for new 
	section. 
