C-Cover Installation Instructions
=================================

Standard Conforming C++ Prerequisite
------------------------------------
C-Cover requires a standard-conforming C++ compiler to install.  You can
use GNU C++ with any platform.

Hewlett-Packard HP-UX

	HP ANSI C++ (aCC) is good.
	HP C++ (CC) is not adequate.
	GNU C++ is good, http://hpux.cae.wisc.edu/hppd/hpux/Gnu/gcc-2.95.2/.

IBM AIX

	GNU C++ is good, http://www-frec.bull.com/docs/download.htm.

SGI IRIX

	GNU C++ is good, http://freeware.sgi.com/.

Sun Microsystems Solaris

	Sun Workshop C++ 5.0 is good.
	Sun Workshop C++ 4.x is not adequate.
	GNU C++ is good, http://www.sunfreeware.com/programlist.html#gcc2951.

Building and Installing
-----------------------
1.  If you already have C-Cover installed, disable Coverage Build.

	cov01 -0

2.  Move to the directory src.

	cd src

3.  Run the shell program configure to configure Makefile.

	./configure

4.  Run make to build C-Cover

	make

5.  Run make install to install C-Cover.  Always use make install; do
    not copy files manually.

	make install

6.  Optionally, you can have C-Cover perform a self check.  This
    requires GNU C/C++.

	make check

Online Documentation
--------------------
The documentation is distributed in the file help.tar.gz.
The installation procedure above unpacks the help into the installed
ccover/help/ directory.
View the documentation with a hypertext browser via the distribution file

	ccover/help/index.html

You can obtain Netscape Navigator at ftp://ftp.netscape.com/pub/navigator/.
