Next Previous Table of Contents
libkdecore
and libkdeui
,
as well as the Qt-library libqt
. All required
libraries as well as ktalk itself can be found on
ftp://ftp.kde.org/pub/kde/.
% ./configure
% make
% make install
Please inform me of any modification you had to undertake in order to get ktalk to compile on your platform.
ktalk
" on the command line. The following parameters can be
used:
ktalk [--autoexit] [user[@host][#tty]] ...
If you use the optional parameter "--autoexit", ktalk will exit automatically
after closing the last talk connection.user@host#tty
.
user
is the login name of the person, host
is the IP address of the host the person is on (or your own host if you
leave it out). Furthermore you can specify a terminal with tty
,
on which the announcement is printed. In most cases you can leave this
out.Example:
ktalk heister Danny@rappl.aol.com
ktalk is startet, and a talk connection to the user with login name "heister"
on your local host and to the user "Danny" on host "rappl.aol.com" is
established.More command line options are:
ktalk --help
ktalk --version
Next Previous Table of Contents