scim-wnn / honoka /
@tamra tamra authored on 14 Jan 2006
..
data like-msime.rktのtypo修正。mekeさんサンクス。 18 years ago
intl 19 years ago
libhonoka プラグイン設定定義を各プラグインのヘッダに大移動。 18 years ago
m4 プラグイン設定定義を各プラグインのヘッダに大移動。 18 years ago
plugins 英単語予測対象に数字も追加。 18 years ago
po 前回設定の復元機能を実装。 18 years ago
src 2005->2006とか、その他細かい修正とか。0.8.0。 18 years ago
ABOUT-NLS 19 years ago
AUTHORS 19 years ago
COPYING 19 years ago
ChangeLog 2005->2006とか、その他細かい修正とか。0.8.0。 18 years ago
INSTALL 19 years ago
Makefile.am pkg-config定義。 18 years ago
NEWS 19 years ago
README README更新。 18 years ago
README.jp 2005->2006とか、その他細かい修正とか。0.8.0。 18 years ago
bootstrap 19 years ago
config.rpath 19 years ago
configure.ac pkg-config定義。 18 years ago
honoka.pc.in add忘れorz。 18 years ago
mkinstalldirs 19 years ago
README
*honoka (HONOKA-TAN)

- honoka is module of SCIM-IMEngine for Japanese conversion. 

**Require

- scim-1.0.* 
- wnn6sdk/wnn7sdk (not supported libwnn.so in Wnn4/FreeWnn.)
- or Anthy libraries (and headers).


**Compiling and Install

- change current directory to working-directory.
- The following should do it:
  $ ./configure && make && make install
- if you got newest version from SVN/CVS Repository:
  $ ./bootstot && ./configure && make && make install