From 6ee5399a5dd988232f0da0db05bd142f2bdc9525 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Wed, 23 Sep 2009 19:48:46 +0300 Subject: [PATCH] cross compiling info added to readme.txt --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.txt b/readme.txt index d3d1ab3ce..b29de8f3c 100644 --- a/readme.txt +++ b/readme.txt @@ -23,6 +23,11 @@ Compiling make sub-src – this will build command-line tool only make check – this one will build and run autotests +Cross compiling Win32 (CLI) version of Cppcheck in Linux + + sudo apt-get install mingw32 + make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" + mv cppcheck cppcheck.exe Usage