Initial commit based on GNU Shogi 1.2 patchlevel 3.
[gnushogi.git] / doc / INSTALL
1 Installation procedure for GNU Shogi
2 ------------------------------------
3
4 1. edit src/Makefile. For setting the paths, normally only
5    HOME or LIBDIR and BINDIR need to be changed. Setting CC
6    and CFLAGS sets C compiler and compiler options.
7
8 2. type 'make gnushogir' to create plain dumb-terminal shogi.
9
10 3. type 'make gnushogi.bbk' to create the binary book file.
11
12 4. OPTIONAL:
13    type 'make gnushogi' to create cursed based shogi            
14
15 5. OPTIONAL:
16    type 'make gnushogix' to create xshogi based shogi. You may
17    use GNU XShogi as an X Windows based graphical interface to
18    GNU Shogi. GNU XShogi also supports the Internet Shogi 
19    Server (ISS).
20
21 6. type 'make install' to copy the binary book file to the libraries
22    destination directory and to copy the gnushogi* executables to
23    the binaries destination directory.
24
25 7. OPTIONAL:
26    type 'make clean' to remove objects from destination source
27    directory.