*****************************************************************************
         MAngband 0.7.0beta client japanization Ver. 0.2.0
*****************************************************************************

How to make on UNIX OS
----------------------

1. Requirement

    a. original source ( mangband-070-beta-src.tar.gz )
    b. japanization patch ( mangband-j021.euc.diff )
    c. Exp and knowledge and guts to edit Makefile

2. How to make

    a. Extract original source
    b. cd mangband && extract this patch
    c. "patch -p0 < mangband-j021.euc.diff"
    d. Add -D"JP" -D"EUC" to CFLAGS(this is already added)
    e. Edit config.h/h-config.h
    f. "make mangclient"

3. How to enable japanese input by kinput2 or skkinput.

   Japanese input code is writen by D12014.

    Pleas add -D"USE_XAW" (instead of -D"USE_X11") and
    -D"KCONV" to CFLAGS. Also please add -lXaw -lXmu -lXt
    -lX11 and so on to LIBS.

Original:Written by TeO
Ver060-J010:Written by Koji Doi
Ver070-J020:Written by Toshi
