Skip to content

Commit

Permalink
Fix readme.txt instructions for g++ compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
aggro80 committed Feb 8, 2011
1 parent 56ae77b commit 83f43d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83f43d8

Please sign in to comment.