============
INTRODUCTION
============
The soccerwindow2 is a visualization tool for the RoboCup Soccer
Simulator.

- RoboCup Soccer Simulator Homepage: http://sserver.sf.net/
- RoboCup Official Homepage: http://www.robocup.org/

- soccerwindow2 Homepage: http://rctools.sourceforge.jp/

===========
REQUIREMENT
===========
The soccerwindow2-2.0.0 requires the following libraries:
 - Qt-3.3.x, Qt-4, or wxGTK-2.6.1 or later
 - boost-1.32 or later
 - librcsc-1.3.x

Please install them first before you start the installation of
soccerwindow2.

=======
INSTALL
=======
From the soccerwindow2 directory execute:

./configure
make
su
make install

This will built the neccesary binaries and install them under
'/usr/local'.
'soccerwindow2/src/soccerwindow2' is the binary for the viewer
program. 'soccerwindow2/src/sswindow2' is the sample start script to
invoke the soccerwindow2 as a soccer monitor. These two files will be
put into '/usr/local/bin'.
'soccerwindow2/src/xpm/soccerwindow2.xpm' is the official icon image
and this will be put into '/usr/local/share/soccerwindow2'.

If you did not install the librcsc into the system directory, you will
need to set the configure's `--with-librcsc=DIR' option as follows:

./configure --with-librcsc=/path/to/librcsc/prefix

In this case, you will also need to set the environment variable
LD_LIBRARY_PATH.

========
UNINSTAL
========
The soccerwindow2 can also be easily removed by entering the
distribution directory and running `make uninstall'.  This will remove
all the files that where installed, but not any directories that were
created during the installation process.

===========
CONFIGURING
===========
Before you build the soccerwindow2, you must run the `configure'
script located in the root of the distribution directory.

The default configuration will set up to install the soccerwindow2
components in the following location.

/usr/local/bin        for the executables

You may need administrator privilages to install the soccerwindow2
into the default location.  This locations can be modified by using
configure's `--prefix=DIR' and related options.  See `configure
--help' for more details.

=======================
USING THE SOCCERWINDOW2
=======================
To start the soccerwindow2 either type

`./soccerwindow2'

from the directory containing the executable or

`soccerwindow2'

if you installed the executables in your PATH. soccerwindow2 will look
in your home directory for the configuration files:

`.soccerwindow2'

If this file does not exist, this will be created and populated with
default values.
