90 lines
2.9 KiB
Text
90 lines
2.9 KiB
Text
* What's SJ3
|
|
SJ3 is a Japanese input system developed by Sony Corporation.
|
|
SJ3 is composed of Kana-Kanji conversion server(sj3serv),
|
|
Kana-Kanji conversion client for terminal(sj3) and Kana-Kanji
|
|
conversion library(sj3lib).
|
|
|
|
* Configuration notice
|
|
Default communication interface between Kana-Kanji server and client
|
|
is socket in BSD and TLI in System V. If you want to use socket
|
|
in System V, you need to delete "-DTLI" from sj3.tmpl file.
|
|
|
|
And you can configure top directory to install SJ3 by setting
|
|
SJ3TOP variable in sj3.tmpl file.
|
|
The default value is '/usr/local'.
|
|
|
|
Attention, if you make sj3 on FreeBSD that does not have libxpg4,
|
|
please delete CODE_LIBS variable in sj3.tmpl file.
|
|
|
|
* How to make
|
|
In this directory,
|
|
|
|
# xmkmf
|
|
# make Makefiles
|
|
# make
|
|
# make install
|
|
|
|
Following files are installed after make install:
|
|
|
|
$(SJ3TOP)/dict/sj3/sj3main.dic Main dictionary(used by sj3serv)
|
|
$(SJ3TOP)/bin/sj3serv Kana-Kanji conversion server
|
|
$(SJ3TOP)/bin/sj3 Kana-Kanji conversion client
|
|
$(SJ3TOP)/bin/sj3dic User dictionary utility
|
|
$(SJ3TOP)/bin/sj3mkdic Dictionary converter
|
|
$(SJ3TOP)/bin/sj3stat Utility to show status of sj3serv
|
|
$(SJ3TOP)/include/sj3lib.h Header file for sj3lib
|
|
$(SJ3TOP)/lib/libsj3lib.a Kana-Kanji conversion library
|
|
$(SJ3TOP)/lib/sj3/serverrc Configuration file for sj3serv
|
|
$(SJ3TOP)/lib/sj3/sjrc Configuration file for sj3
|
|
$(SJ3TOP)/lib/sj3/sjrk Roma-Kana conversion file for sj3
|
|
$(SJ3TOP)/lib/sj3/cvtkey.xterm Mapping table between function key
|
|
$(SJ3TOP)/lib/sj3/cvtkey.news and escape sequence for sj3
|
|
$(SJ3TOP)/lib/sj3/cvtkey.nws511
|
|
$(SJ3TOP)/lib/sj3/cvtkey.nws517
|
|
|
|
* Source tree
|
|
dict/dict Main dictionary(text file)
|
|
dict/tool Tool for converting main dictionary from text file
|
|
to binary file
|
|
dict/include Header files for above tool
|
|
|
|
server Kana-Kanji conversion server
|
|
kanakan Kana-Kanji conversion part of server
|
|
include Header files for server
|
|
|
|
sj3lib Kana-Kanji conversion library
|
|
|
|
sj3 Kana-Kanji conversion client for terminal
|
|
sj3rkcv Roma-Kana conversion part of client
|
|
sj3h Header files for client and library
|
|
|
|
sj3dic User dictionary utility
|
|
sj3stat Utility to show status of sj3serv
|
|
|
|
demo Demonstration program for Kana-Kanji conversion
|
|
|
|
doc/man Online manual(Japanese)
|
|
doc/doc Operation guide for SJ3 and other documents(Japanese)
|
|
|
|
* Tested machine
|
|
Sony NEWS Workstation NEWS-OS 4.2.1a+
|
|
NEWS-OS 6.1.1
|
|
PC FreeBSD 2.1.5
|
|
|
|
* Bug report
|
|
If some bugs are found, please send bug report(Japanese or English)
|
|
using $(TOP)/xc/bug-report format to following e-mail address.
|
|
|
|
sj3-bugs@sm.sony.co.jp
|
|
|
|
* Acknowledgements
|
|
|
|
I would like to thank to the following people for compiled and tested:
|
|
|
|
Takashi Fujiwara (Fujitsu)
|
|
Katsuhisa Yano (Toshiba)
|
|
|
|
January 22, 1997
|
|
|
|
Nobuyuki Tanaka
|
|
Sony Corporation
|