
1: This document is written in Japanese(EUC-JP). 2: 3: 本ソフトウェアの概要についてはREADMEをお読みください。 4: 5: (1)インストールに必要なもの 6: (2)インストールの手順 7: (3)インストールされるファイル 8: (4)アンインストールの手順 9: (5)補足 10: 11: 12: (1)インストールに必要なもの 13: コンパイラ等および、emacs 14: 15: (2)インストールの手順 16: 各種プログラムを作ります。 17: $ ./configure 18: $ make 19: 20: うまくできたら 21: $ su 22: # make install 23: でインストールします。 24: 25: あるいはテストプログラムを実行します。 26: $ cd test 27: $ ./anthy 28: 29: emacsから使う場合はdoc/ELISPを参照してください. 30: 31: (3)インストールされるファイル 32: bin/anthy-dic-tool 33: bin/anthy-agent 34: bin/anthy-morphological-analyzer 35: share/emacs/site-lisp/anthy/leim-list.{el,elc} 36: share/emacs/site-lisp/anthy/anthy.{el,elc} 37: share/emacs/site-lisp/anthy/anthy-dic.{el,elc} 38: share/emacs/site-lisp/anthy/anthy-isearch.{el,elc} 39: share/emacs/site-lisp/anthy/anthy-kyuri.{el,elc} 40: share/emacs/site-lisp/anthy/anthy-conf.{el,elc} 41: share/emacs/site-lisp/anthy/anthy-azik.{el,elc} 42: share/anthy/zipcode.t 43: share/anthy/anthy.dic 44: share/anthy/typetab 45: share/anthy/dic-tool-usage.txt 46: include/anthy/anthy.h 47: include/anthy/dicutil.h 48: include/anthy/input.h 49: lib/libanthyinput.{a,so} 50: lib/libanthy.{a,so} 51: lib/libanthydic.{a,so} 52: lib/pkgconfig/anthy.pc 53: etc/anthy-conf 54: 55: (4)アンインストールの手順 56: コンパイルを行ったディレクトリで su ; make uninstall を行うか 57: (3)で述べたファイルを手動で消してください。 58: 各個人の履歴は~/.anthy/以下にあるのでそれも消してください。 59: 60: (5)補足 61: --注意-- 62: 特にオプションを指定せずにconfigureを行うと作成された 63: ライブラリは/usr/local/lib にインストールされますが 64: 多くのディストリビューションはデフォルトの設定では/usr/local/libの 65: シェアードライブラリを読みません。 66: */etc/ld.so.conf に /usr/local/lib を追加して ldconfigを行う。 67: *環境変数 LD_LIBRARY_PATHに /usr/local/lib をセットする。 68: のいずれかの方法で解決することができます。