How to configure:
 cd src;
 configure              (configuration for Japanese edition)

 make

Settings of build environment:
  cd sys/config
  vi mkflags

How to build:
 (please edit ws/sys/config/mkflags see below.)
 cd src;

 make runtime      (to create runtime libraries and binaries)
   or
 make debug        (to create debugging libraries and binaries)
   or
 make              (to create all libraries and binaries)

How to install/uninstall:
 make install      (to install runtime libraries and binaries)
 make uninstall    (to uninstall runtime libraries and binaries)

How to clean:
 cd src
 make clean

Settings of the shell environment variables:
 if in the case dir = /usr/local/ws,
 for example: if you use csh, please edit ~/.cshrc like below.
 setenv WSDIR /usr/local/ws
 setenv PATH $PATH:/usr/local/ws/bin
 setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/local/ws/lib
 ...

Command:
 The Application Builder is ws/bin/wsbuilder

