Installing Shisen-sho for X11

1. You need

   [1] OSF/Motif 1.2 or above, or Athena widget set
   [2] Xpm library
   [3] C++ compiler like gcc

   You can find Xpm library, for example, at

   ftp://ftp.x.org/contrib/libraries/xpm-3.4g.tar.gz

2. Execute "./configure".  The configure has the following
   options.  You need only --with-motif (if you want) normally.
   In case of you want to specify the particular C++ compiler, you 
   can set CXX environment variable before you run configure.

   --enable-japanese={euc|sjis|jis}
                  Specifies Japanese kanji code.  Jis is default.
   --with-motif   Use Motif widgets.
   --with-motif-include=DIR
                  Specifies where Motif include file is.
   --with-motif-lib=DIR
                  Specifies where libXm is.
   --with-xpm-include=DIR
                  Specifies where X11/xpm.h is.
   --with-xpm-lib=DIR
                  Specifies where libXpm is.
   --enable-dupscore
                  Allow one person to register multiple scores.
                  At default, only one score for one person can be 
                  registered.
   --prefix=DIR   Specifies the directory to install files.
                  (/usr/local is default)
   --datadir=DIR  Change the directory where pixmap files and
                  score file is installed.  These files will be
                  installed under the DIR/xshisen directory.

   If you want to share the same score file with sisenw (Windows
   version of Shisen-sho), you should add the following resource
   into XShisen.ad.ad in order to specify the score file path of
   sisenw.

     XShisen*scoreFile: /dos/c/sisenw/sisen.log

3. make install  (If you have old xshisen-scores in your xshisen
   data directory, this does not install the dummy score file.)

4. make install.man

======================================================================

- Refer to the online manual for playing game.
- Xshisen is a free software. The program copyright is reserved by 
  Masaoki Kobayashi.
- The copyright of pixmap data used in xshisen is reserved by
  Takayuki Akiyama.  It cannot be used for other purpose without
  notifying him.
- Xshisen is confirmed to work with the following platforms.

  [1] Machine:    HP 9000 715/100
      OS:         HP-UX 9.05
      Compiler:   gcc 2.6.3, HP C++ B2402 A.03.50
      Library:    X11R5, Motif 1.2, Xpm 3.4e
      configure:  configure --enable-japanese=sjis
                            --x-libraries=/usr/lib/X11R5
                            --x-includes=/usr/include/X11R5
                            --with-xpm-lib=/usr/local/lib
                            --with-xpm-include=/usr/local/include
                            --with-motif
                            --with-motif-include=/usr/include/Motif1.2
                            --with-motif-lib=/usr/lib/Motif1.2

  [2] Machine:    PC/AT compatible Pentium 100
      OS:         Linux 1.3.30
      Compiler:   gcc 2.6.3
      Library:    X11R6(XFree86 3.1.2), Motif 2.0(Moo-Tiff), Xpm 3.4c
      configure:  configure --enable-japanese=euc

  [3] Machine:    Sparc Station 4 compatible
      OS:         SunOS 4.1.4+JLE
      Compiler:   gcc 2.7.0
      Library:    X11R6, Athena Widget, Xpm 3.4f

  [4] Machine:    PC/AT compatible iDX4 100
      OS:         BSD/OS 2.0.1
      Compiler:   gcc 2.7.0
      Library:    X11R6, Athena Widget, Xpm 3.4c
      configure:  configure --enable-japanese=euc

- Please tell the author if you found xshisen runs on other
  platforms, of you found the bug or problems.
  (E-mail: masaoki@tky.hp.com)
- I appreciate the bigger (and free) pixmap data for this game.

