Added readme.txt

This commit is contained in:
Daniel Marjamäki 2007-05-09 06:51:44 +00:00
parent b4d5ee5d15
commit 88543e8605
1 changed files with 30 additions and 0 deletions

30
readme.txt Normal file
View File

@ -0,0 +1,30 @@
=========
C++ check
=========
Compiling
Any C++ compiler should work.
There are no dependencies.
Linux:
g++ -o cppcheck cppcheck.cpp
Windows:
gxx -o cppcheck cppcheck.cpp
Usage
Just type:
cppcheck filename.cpp
The error messages will be printed to stderr.
Recommendations
Create a shell script that checks all files.