The system is compiled for SunOS 4.1.x.
Minor changes are needed before it is ready to use on a new host.
All the executables are in './bin'.

Note:	Read 'STATUS' for any unsupported facilities.



1.	Environment

1.1	Opeating System

	The system is known to run under:
		SunOS 4.1.x
		Solaris 2.2

1.2	Compilers or Other Software Required

	ANSI C Compiler:
		acc (under SunOS), cc (under Solaris), gcc.
	Prolog (for Qu-Prolog compiler):
		SICStus Prolog (or compatible Prolog.  Quintus Prolog may work
		but we have *not* tried it.)



2.	To Make Qu-Prolog

	Step	Action
	1.	Ensure that the first three variables (PROJECT, CC, PROLOG) in
		'./Makefile' are correct.  Modify them if necessary.
	2.	Ensure the software mentioned in CC and PROLOG are in your
		PATH.
	3.	Ensure the 'project' variable in './bin/qc' is correct.  Modify
		the variable if necessary.
	4.	Type 'make compile' to compile.



3.	To Install Qu-Prolog

	Step	Action
	1.	Ensure that the fourth variable (INSTALLDIR) in './Makefile'
		is correct.  Modify the variable if necessary.
	2.	Type 'make install' to install.



4.	To Remove Unnecessary Files

	Step	Action
	1.	Type 'make clean' to clean up.
