Installation instructions for wfblib


To Install:

1.	If the program `configure' is not included, run autoconf to generate
	`configure'

2.	run configure .  Possible arguments are:

		--prefix=/new/prefix	make /new/prefix the install base.
					The default is /usr/local

3.	run make

4.	To install, become root, and run make install .  After completed,
	you must run ldconfig (often /sbin/ldconfig) to force ld.so to 
	recognise the new files.

5.	(optional) to make the example programs, run make examples .  You can
	then move the examples/ directory and play with them.


To Uninstall:

	Become root, and run make uninstall .

Other targets:

	make clean: removes object, library, and 
	executable files created during the compile.

	make distclean: same as make clean, also removes configure,
	Makefiles, and other files created during configuration.
