Stubby - README file
====================

Tom Rothamel <tom-stubby@onegeek.org>

This program supports the creation of stubs for dynamic link
libraries. It's intended mostly for programmers and distributors who
want to provide optional functionality in a program without requiring
that the binary depends on the library providing that functionality..

To compile Stubby, run the following command:

  ./configure; make

Then to install it, su on over to root and run:

  make install

Documentation for stubby is in the man page, which is available as 
stubby.1 or stubby.txt. 

Thanks are due to:

Bruce Perens
	For helping me out with some of the licensing issues involved
	with a program that produces a program. He suggested part of 
	the text of the copyright notice.

