The following describes how to install and use Chinput on platforms other than TurboLinux.
Install Chinese Fonts
Cd/tmp
Tar zxvf zh-fonts.tar.gz (generating misc directory)
Cd misc (to subdirectory)
Cp *. Z/usr/X11R6/lib/X11/fonts/misc (copy font)
Cat fonts. alias>/usr/X11R6/lib/X11/fonts/misc/fonts. alias
(Append the alias used by Chinput to the alias file)
Cd/usr/X11R6/lib/X11/fonts/misc (to the font directory)
Mkfontdir (generate or update fonts. dir)
Xset fp rehash (update the font of X Server, now you can use it)
Rm-fr/tmp/misc (-:)
Install input Dictionary (Chinput-3.0)
Cd/usr/lib
Tar zxvf/path/of/unicon2-im.tar.gz
Install Chinput-3.0
Before installation, you must first install the input method dictionary and GNU pth
Tar zxvf Chinput-3.0.tar.gz
Cd Chinput-3.0
Make
Make install
Install input Dictionary (Chinput-2.1)
Cd/usr
Tar zxvf dict.tar.gz (directory dict generated)
Install Chinput-2.1
Tar zxvf Chinput-2.1.tar.gz (producing directory Chinput-2.1)
Cd Chinput-2.1
# Xmkmf (Just In Case)
Make
Make install
(Installation File:
/Usr/bin/chinput (Chinput executable file)
/Usr/lib/ZWinPro/Chinput. ad (Chinput resource file)
/Usr/dict/gb/Table. cit (Chinese tabulation dictionary)
/Usr/bin/txt2tab (Intelligent pinyin vocabulary conversion)
/Usr/bin/tab2txt (Intelligent pinyin vocabulary conversion)
/Usr/lib/ZWinPro/pyinput/pinyin. map (Intelligent pinyin vocabulary)
/Usr/lib/ZWinPro/pyinput/usrphrase. tab (Intelligent pinyin vocabulary)
/Usr/lib/ZWinPro/pyinput/sysphrase. tab (Intelligent pinyin vocabulary)
)
Run Chinput
Environment variables should be enabled before application software runs. If necessary:
Export LC_ALL = zh_CN.GBK (some systems use zh_CN.GB2312)
Export XMODIFIERS = @ im = Chinput (enter the server name)
Chinput &