From 83f43d8ab6394f05333443166caa1f6cc77e5299 Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Tue, 8 Feb 2011 23:29:27 +0200 Subject: [PATCH] Fix readme.txt instructions for g++ compiling --- readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index bb5e677c3..170559978 100644 --- a/readme.txt +++ b/readme.txt @@ -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