cross compiling info added to readme.txt
This commit is contained in:
parent
313479cf8d
commit
6ee5399a5d
|
@ -23,6 +23,11 @@ Compiling
|
||||||
make sub-src – this will build command-line tool only
|
make sub-src – this will build command-line tool only
|
||||||
make check – this one will build and run autotests
|
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
|
Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue