
The RoboCupRescue package requires much time to compile in order that   
the simulators can have each different world model.
DMake is a tool to make the package using NFS/ssh-connected cluster.

usage:
(0) set your ssh passwordless. E.g.,
   % eval `ssh-agent`

(1) Untar the package.
   % tar xvfz rescue-*-unix.tar.gz
   % cd rescue-*-unix.tar.gz

(2) configure it.
   % ./configure

(3) build
   % java DMake <machine name>...

