[English | Japanese]
Last Update: 3rd Jun, 2003
Kali is a communication tool which wrap IPX protocol by TCP/IP protocol for communication games which doesn't support TCP/IP. It also support IRC like chat function and serching game server function. But almost all rescent games are support TCP/IP by itself, so Kali's IPX wrapping function already doesn't have meaning.
Linux version of kali only supports chat, however, by the above mentioned reason, since the windows version is also used only for the chat function now, it is still meaningful for GNU/Linux user. But it cannot display and input Japanese, so I created a patch.
Since original version isn't already maintained¡¤and there are only a few persons who need it include me, so I have no plan to feedback this patch to original author.
Here is an old version. (Source: gtkali-0.9.5.tar.gz¡¤ Patch: gtkali-0.9.5_jp.patch)
You can comile and install it by following command:
$ tar xvfz gtkali-x.y.z.tar.gz $ cd gtkali-x.y.z/ $ patch -p1 < ../gtkali-x.y.z-jp?.patch $ ./configure $ make $ su (password) # make install
Please replace the version number suitably.
Please set the font setting to Japanese font. It cannot display Japanese by default font correctly.
There are still a several functions which isn't implemented as GUI. If you want to use these functions, you must type the command by hand. Please type "/help" for details.
$Id: gtkali.html.en,v 1.2 2003/06/03 15:05:21 aho Exp $