1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
utalk - a UDP-based full-screen talk protocol and client
--------------------------------------------------------
Please see the manpage (utalk.1) for general documentation, and the file
PROTOCOL for the utalk protocol specifications.
To compile utalk, edit the Makefile to suit your system, and run
``make''. utalk requires an ANSI C compiler such as gcc, and termcap
or curses/ncurses library and should be fairly portable on most modern
Unix-like systems.
utalk has been tested on 64-bit systems (Linux/axp and Linux/amd64), and
should work without modification on any system where ints are 32 bit, shorts
16 bit and chars 8 bit. If this is not the case for your system, edit the
definitions for srdp_u32, srdp_u16 and srdp_u8 in srdpdata.h.
If you have trouble compiling or getting utalk to run on some platform,
please tell me about it.
Once compiled, the utalk binary is ready to run; you can install it on the
system by typing ``make install'' and uninstall by ``make uninstall''.
--
Roger Espel Llima <roger.espel.llima at pobox.com>
E. Bosch <presidev at gmail.com>
|