File: README

package info (click to toggle)
gnugo 2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,816 kB
  • ctags: 1,828
  • sloc: ansic: 22,091; tcl: 401; sh: 376; makefile: 202
file content (43 lines) | stat: -rw-r--r-- 1,678 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
                           GNU Go 

This is GNU Go, a Go program. Development versions of GNU Go may be found
at http://www.gnu.org/software/gnugo/devel.html. Consult TODO if you are
interested in helping.

                      Installation

In short, ./configure; make will build GNU Go; optionally
(running as root) make install will put it into /usr/local/bin and
also install the man page. You also will probably want to install CGoban. 
See INSTALL for details.


                      Documentation

User documentation can be obtained by running gnugo --help or
man gnugo from any terminal.

Documentation for developers is in the docs directory, and in comments
throughout the source. Contact us at gnugo@gnu.org if you are interested in
helping to develop this program.


                    Go Modem Protocol

The Go Modem Protocol was developed by Bruce Wilcox with input from
David Fotland, Anders Kierulf and others, according to the history in
ftp://www.joy.ne.jp/welcome/igs/Go/programs/protocol.Z . Any Go program
*should* use this protocol since it is standard. Since CGoban supports this
protocol, the user interface for any Go program can be done entirely through
CGoban. The programmer can concentrate on the real issues without worrying
about drawing stones, resizing the board and other distracting issues.


                      Copyrights

Copyright 1999 by the Free Software Foundation except for the two
files gmp.c and gmp.h. GNU Go is issued under the GNU General Public
License, which may be found in the file COPYING. The two files gmp.c
and gmp.h are copyrighted by Bill Shubert
(http://www.hevanet.com/wms/), and are free for unrestricted use.