Newer
Older
scim-wnn / honoka / README
@tamra tamra on 29 Jun 2005 461 bytes README更新。
  1. *honoka (HONOKA-TAN)
  2.  
  3. - honoka is module of SCIM-IMEngine for Japanese conversion.
  4.  
  5. **Require
  6.  
  7. - scim-1.0.*
  8. - wnn6sdk/wnn7sdk (not supported libwnn.so in Wnn4/FreeWnn.)
  9. - or Anthy libraries (and headers).
  10.  
  11.  
  12. **Compiling and Install
  13.  
  14. - change current directory to working-directory.
  15. - The following should do it:
  16. $ ./configure && make && make install
  17. - if you got newest version from SVN/CVS Repository:
  18. $ ./bootstot && ./configure && make && make install
  19.