scim-wnn / honoka /
@tamra tamra authored on 4 May 2006
..
data ローマ字かなテーブルの数字の欠落を補完。 18 years ago
intl 19 years ago
libhonoka isprint置き換え関数を用意だけしてみる。 18 years ago
m4 PreEditorスタックにためるのは補正後。 18 years ago
plugins 英数字プラグイン設定を小さく。 18 years ago
po メッセージ修正。 18 years ago
src 文字種変換キー変換時にも動作するように。(#1) 18 years ago
ABOUT-NLS 19 years ago
AUTHORS 19 years ago
COPYING 19 years ago
ChangeLog 0.8.2。 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 0.8.2。 18 years ago
bootstrap 19 years ago
config.rpath 19 years ago
configure.ac AC_SUBST(LIBTOOL_EXPORT_OPTIONS)を追加。 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