			   LCLint Version 2.5m
			      23 May 2000

			      David Evans
			 evans@cs.virginia.edu


LCLint Documentation
====================

For documentation on LCLint, please see http://lclint.cs.virginia.edu.

Installation Instructions
=========================

1. Download an LCLint binary package (lclint-2.5m.<platform>.tar.gz).

   Copy this package to the directory where you want to build LCLint.  When
   the tar file is extracted, it will create an lclint-2.5m subdirectory.

2. Uncompress the package: gzip -d lclint-2.5m.<platform>.tar.gz 

3. Extract files from the tar archive: tar xf lclint-2.5m.<platform>.tar

4. Set environment variables

   LARCH_PATH - path to search for lclint libraries and
   initializations files. If you are using the standard directories, this
   should be .:<base-directory>/lclint-2.5m/lib.

   LCLIMPORTDIR - directory containing lcl imports files. If you are using
   the standard directories, this is <base-directory>/lclint-2.5m/imports.

   Put the commands to set these variables (the actual commands will depend
   on the shell you are using) in one of your initialization dotfiles
   (usually ~/.environment). 

   Set up your PATH to include the directory containing
   lclint-2.5m/bin/lclint, or move the binary to a directory on
   your command path.

5. Run: gmake test

   Examine the test output. If there are errors, send a bug
   report to lclint-bug@cs.virginia.edu

If you wish to install, also:

6. configure --prefix <installation directory>

7. gmake install

To subscribe to announcements of new lclint releases, send a message to
majordomo@virginia.edu containing the body:

subscribe lclint-announce

To participate in discussions related to lclint, send a message to
majordomo@virginia.edu containing the body:

subscribe lclint-interest
		      
