Skip to content

Commit 6f9e93b

Browse files
fixes: picojson.h: No such file or directory (#3067)
1 parent 9528571 commit 6f9e93b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Flags:
118118
If you just want to build Cppcheck without dependencies then you can use this command:
119119

120120
```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
121+
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
122122
```
123123

124124
If you want to use `--rule` and `--rule-file` then dependencies are needed:

0 commit comments

Comments
 (0)