Requirements
------------
You will need a C++ compiler and a version of the ncurses library
compatible with C++ (beware of macros).
I use gcc 3.3.6 and ncurses 5.4, but the code should compile with any
standards compliant compiler and any recent enough ncurses.
Gcc is available at http://gcc.gnu.org.


Procedure
---------
1. Unpack the archive if you have not done so already:

	bunzip2 -c adcd[version].tar.bz2 | tar -xf -

This creates the directory ./adcd[version] containing the source from
the main archive.

2. Change to adcd directory and run make.

	cd adcd[version]
	make

3. Type `make install' to install the program and the man page.
