From 6f9e93b6ce4f255097a15f8cc9b79e9ac543617f Mon Sep 17 00:00:00 2001 From: Pavel Skipenes <38912521+pavelskipenes@users.noreply.github.com> Date: Tue, 19 Jan 2021 18:56:01 +0100 Subject: [PATCH] fixes: picojson.h: No such file or directory (#3067) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 08a0b6731..cd8f2894c 100644 --- a/readme.md +++ b/readme.md @@ -118,7 +118,7 @@ Flags: If you just want to build Cppcheck without dependencies then you can use this command: ```shell -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 ``` If you want to use `--rule` and `--rule-file` then dependencies are needed: