From 88543e8605e37b76ffc03ad67e06fbb53857d48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 9 May 2007 06:51:44 +0000 Subject: [PATCH] Added readme.txt --- readme.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 000000000..1d2d2f01e --- /dev/null +++ b/readme.txt @@ -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. +