READ ME FIRST for the IHHD dialer software

INSTALLATION

	Look at the Makefile and change the CFLAGS, LDFLAGS, and CC as
	appropriate for your system.

	Type 'make' to build it.

	If you have problems with undefined external references for bcopy,
	add the following line to the top of the file:

	#define bcopy(a, b, n)	memcpy(b, a, n)

	You may need to add #include <memory.h> above it.

	The mail archives have other hints about compilation problems.

TESTING
	Try running 'dialer -rp 7 cactus.org'.  If you connect and can
	type things and have them echoed back, then it looks like it's
	going to work.

	See the contrib/8bittst software for further tests.