gogui
Download links:
"GoGui is a graphical interface to programs that play the game of Go and use the Go Text Protocol (GTP)." (gnugo, for example)
- project homepage:
http://gogui.sourceforge.net/
- and
http://sourceforge.net/projects/gogui/ for the download
The archive for download there is 16 mbytes big (includes the source).
In the directory lib of the archive are some .jar-files. gogui.jar is the program binary to start (Java binary, platform independent).
The folder doc\manual\html\ has the manual as html-files (start index.html).
You need to have Java installed on your machine ( Sun-Java as example, vers.6.4=jan.'08; the download link for that installer is
Sun-Java 6.4, all Systems)
Note for Ubuntu Linux users: Just running install.sh as the included instructions recommend won't work in Ubuntu. After uncompressing the files into a location of your choice and going there, issue this command: sudo bash ./install.sh -p /usr/local -j /usr/lib/jvm/java-6-sun to execute the installation script. If you are using a different Java version, adjust the command accordingly. For more information on how to use MoGo with GoGui on Ubuntu, see this thread.