Untar the package in some directory

	tar -zxf whisper-0.1.src.tar.gz

Get the gsm library (http://kbs.cs.tu-berlin.de/~jutta/toast.html)
and put it in a place where gcc will find it.

Change the top level Makefile if libgsm.a is installed somewhere else.

type
	make

and as root

	make install

By default the client 'whisper'  and the server 'whisperd'
will be installed in '/usr/local/bin'. The server uses  temporary
files '/tmp/whisper' and  the port 5777. 
These values may be changed in 'include/proto.h'.


As root alter /etc/services:

	whisper         5777/udp

As root insert in /etc/inetd.conf

	whisper dgram udp wait root /usr/local/bin/whisperd whisperd


As root send a kill -1  (SIGHUP) to the prcess id of 'inetd'


Here we go!

Claus Roedenbeck


