We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528571 commit 6f9e93bCopy full SHA for 6f9e93b
1 file changed
readme.md
@@ -118,7 +118,7 @@ Flags:
118
If you just want to build Cppcheck without dependencies then you can use this command:
119
120
```shell
121
-g++ -o cppcheck -std=c++11 -Iexternals -Iexternals/simplecpp -Iexternals/tinyxml2 -Ilib cli/*.cpp lib/*.cpp externals/simplecpp/simplecpp.cpp externals/tinyxml2/*.cpp
+g++ -o cppcheck -std=c++11 -Iexternals -Iexternals/simplecpp -Iexternals/tinyxml2 -Iexternals/picojson -Ilib cli/*.cpp lib/*.cpp externals/simplecpp/simplecpp.cpp externals/tinyxml2/*.cpp
122
```
123
124
If you want to use `--rule` and `--rule-file` then dependencies are needed:
0 commit comments