Parent Directories
Directory sgf-utils
Welcome!
========
SGF Utils is a set of programs for manipulating Smart Game
Format files, principally for the game of Go. This release
includes two programs:
sgfc -- check well-formedness and style
sgfm -- "mogrify"
sgfv -- browse graphically
The code is "early to middling alpha"; see HACKING for why.
COPYING -- license
AUTHORS -- who did what
NEWS -- list of user visible changes
ChangeLog -- detailed list of changes
src/ -- source code
src/sgf/ -- a smattering of data
Dependencies
============
SGF Utils requires:
Guile-SDL 0.4.0
GNU Go 3.4
Version numbers are minimum; later "should" be ok, too.
(If not, see section "Maintenance" below.)
Installation
============
(See file INSTALL for generic installation instructions.)
Briefly, you need to issue these standard commands:
./configure [options]
make
make check [var=val ...] # optional, but recommended
make install
Doing "make check" tests the program(s). Influential variables:
GUILE -- the interpreter to use [guile]
INTERACTIVE -- if "1", run sgfv
VCONFIG -- specify ‘--config VCONFIG’ to sgfv
SGF -- specify an input (SGF) file; relative
filenames use src/ as root dir [sgf/eg]
If "make check" fails, please report the problem (see below).
On "make install", these files are copied to these directories
(creating them first if necessary):
src/sgfv -- $(bindir)
See "./configure --help" output for how to customize $(bindir).
Documentation
=============
What documentation?! Maybe someday...
For now, try ‘sgfv --help’ and browse the NEWS file.
Maintenance
===========
SGF Utils is maintained by Thien-Thi Nguyen.
Please send bug reports to <ttn@gnuvola.org>.