Cxxchecker - C++ source-code style checker.
==

PREREQUISITES:
--

You need the following packages:

| PACKAGE | VERSION | URL                   |
| ------- | ------- | ---                   |
| python  | 2.3+    | http://www.python.org |
| gccxml  | 0.6+    | http://www.gccxml.org |

Cxxchecker is distributed under GNU General public license. See the LICENSE.md file for more details.

INSTALLATION:
--

Become root and do:

    # python setup.py install

This will install the main checker, cxxchecker in `/usr/bin/`.  Other
files are installed in Python library directory (usually `/usr/lib/python-2.3/site-packages`).

Or, you can just run cxxchecker from its source-code directory.

RUNNNING CXXCHECKER:
--

Below is the basic usage. For more information, read files under doc/.

    % cxxchecker [-IDIR] [-DSYM=VAL] file.cc

DOCUMENTATION:
--

See files under doc/

AUTHOR:
--

* Original author: Yaz Saito (yasushi@cs.washington.edu)
* Current maintainer: Mike Godin (mikegodin@yahoo.com)

