cch Home
Brought to you by:
elsware
This package was developed and tested under Ubuntu (9.04 and 10.04). At
one time, it was also tested under Debian, and worked, but it has not
been tested recently.
To build this code, use:
tar -xzvf cch-0.6.tar.gz
cd cch-0.6
./configure
make && make install
Alternatively, you may wish to use --prefix to put the include files
and cch bin file in the /usr/include and /usr/bin directories:
./configure --prefix /usr
You will also need to build a modified version of bind9 to act as the
connection "broker" (see the details below for an explanation).