From 10a91b5ca3cd1fe0d2bd9dfccad52b292447cd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 6 Jun 2012 16:27:44 +0200 Subject: [PATCH] readme.md: simple reformatting --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d7d72f2d6..78f2154c4 100644 --- a/readme.md +++ b/readme.md @@ -61,17 +61,21 @@ http://software-download.name/pcre-library-windows/ ### gnu make ### To build Cppcheck with rules (pcre dependency): + make HAVE_RULES=yes To build Cppcheck without rules (no dependencies): + make ### g++ (for experts) ### If you just want to build Cppcheck without dependencies then you can use this command: + g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp If you want to use --rule and --rule-file then dependencies are needed: + g++ -o cppcheck -lpcre -DHAVE_RULES -Ilib -Iexternals cli/*.cpp lib/*.cpp externals/tinyxml/*.cpp ### mingw ### @@ -86,5 +90,5 @@ If you want to use --rule and --rule-file then dependencies are needed: ## Webpage ## - http://cppcheck.sourceforge.net/ +http://cppcheck.sourceforge.net/