To build from the tar.gz, read INSTALL.

To build from the darcs repository, run autogen.sh first.

Send patches to quozl@us.netrek.org.

Best patching practice is to base the patch off the darcs repository at
http://quozl.linux.org.au/darcs/k74

To do this,

	% darcs get http://quozl.linux.org.au/darcs/k74
	% cd k74
	% ./autogen.sh
	% # make your changes to the source and test them
	% darcs record
	% darcs send

