cross compiling info added to readme.txt

This commit is contained in:
Reijo Tomperi 2009-09-23 19:48:46 +03:00
parent 313479cf8d
commit 6ee5399a5d
1 changed files with 5 additions and 0 deletions

View File

@ -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