Fix readme.txt instructions for g++ compiling
This commit is contained in:
parent
56ae77ba87
commit
83f43d8ab6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue