To build ROBOT move to the Robot directory. There
will be a Makefile there. If you are lucky you will
just have to type ``make'' and everything will compile.
However, it may be necessary to make some changes.
If you are not running OpenWindows when you do make you
will first have to set a couple of environment variables.
e.g.
$ setenv LD_LIBRARY_PATH /usr/local/openwin3/lib
$ setenv OPENWINHOME /usr/local/openwin3
As ROBOT uses both 'C' and FORTRAN it is preferable to have
compilers for both of these. The f2c program may also be
used, however, to convert the FORTRAN to 'C' (see makefile.f2c).
If you don't already have the XView package this can be obtained
by anonymous ftp from ftp.x.org. Binaries and ported source
for XView on DECstations can be found at media-lab.mit.edu.
f2c can be obtained
from http://netlib.bell-labs.com/netlib/f2c/.