Fix readme.txt instructions for g++ compiling

This commit is contained in:
Reijo Tomperi 2011-02-08 23:29:27 +02:00
parent 56ae77ba87
commit 83f43d8ab6
1 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ Compiling
g++ (for experts)
=================
If you just want to build Cppcheck then you can use this command:
g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp
g++ -o cppcheck -lpcre -Ilib -Iexternals cli/*.cpp lib/*.cpp externals/tinyxml/*.cpp
mingw
=====
make LDFLAGS=-lshlwapi