%
%   (C) 1992 Institute for New Generation Computer Technology
%
%   (Read COPYRIGHT for detailed information.)

    	    	   Voronoi Diagram Construction Program
    	    	       Installation Instructions


Voronoi Diagram Construction Program requires the following environment:
    System memory  	    	    8MW
    Disk size    	    	    300KW+GDCC install area
    OS Version    	    	    SIMPOS Version 8.0, PIMOS Version 3.4
    Number of Processors	    1-64PE
    Machine 	    		    PSI II,PSI III+Multi PSI

How to Install
1. Create the directory "me:voronoi" on your PSI.
2. Copy files of src/*.* to the directory "me:voronoi".
3. Create the "voronoi" package using librarian of SIMPOS
   (ENVIRONMENT: simpos).
4. Catalog "me:voronoi>*.esp"
5. Save cataloged class.
6. Start PIMOS and GDCC.
7. Input the following commands on the PIMOS's shell

	    cd
	    cd "voronoi"
	    take "make_voronoi.com"

   As a result, the package file of Voronoi Diagram Construction 
   Program is created.
    After this, you can load this package by following command.

	    take "voronoi>load_voronoi.com"

8. This program are executed by following command on the GDCC shell.
	
	    cd.
	    cd "voronoi".
	    take "voronoi.com".

