This is the binary release with single processor scheduler of the
Aberdeen port of KRoC version 0.7beta for the Parsytec PowerXplorer.


After un'tar'ing and 'gunzip'ping kroc-ppc.tgz and changing
the directory to kroc-ppc listing the directory should reveal
the following:

INSTALL              this file
USAGE                document about how to use kroc
bin/                 directory where to find kroc and some
                     auxiliary executables
doc/                 contains one PostScript article about kroc
examples/            source code for several example programs
lib/                 kroc libraries


This KRoC port is build on a SunClassic with SunOS 5.4 and a
Parsytec Xplorer running Parix version 1.2. No other configurations
have been tested yet.

To produce Parix executables you need to have the GNU C-compiler
version 2.61 and the GNU assembler version 2.5 already installed.
Other versions of the GNU C-compiler and assembler might work as
well.


How to setup KRoC:
------------------

1. Change in file bin/kroc the variables KROC to the directory
   where you found this file (line 14), 'cc' and 'as' to the
   approriate names for the GNU C-compiler and the GNU assembler
   (lines 30, 31).

2. Add the directory 'bin' to your $PATH.
