GNU Shogi 1.1p02
[gnushogi.git] / doc / INSTALL
blob2680e299df5288728f008ca440f232ad5c60e73e
1 1. edit src/Makefile. For setting the paths, normally only
2    HOME or LIBDIR and BINDIR need to be changed. Setting CC
3    and CFLAGS sets C compiler and compiler options.
5 2. in src type 'make' and all programs will be made.
6      (in case of a undefined _pow symbol use the -DOLDTIME option 
7       for compiling search.c)
9 3. type 'make install' to install executables in BINDIR 
10      and language files in LIBDIR
12 4. type 'make gnushogi.book.data' to build the binary book file.
13      (the binary book file is created using gnushogir)
15 5. type 'make install' again to install binary book file in LIBDIR.
16      (this installs the executables twice, never mind!)