From 10e82c029ad2dcdc4773dbea3703ca94557d0b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 6 Feb 2011 11:21:50 +0100 Subject: [PATCH] readme: tweaked the 'compiling cppcheck' section --- readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 5487fa574..bb5e677c3 100644 --- a/readme.txt +++ b/readme.txt @@ -16,10 +16,13 @@ Compiling Any C++ compiler should work. - To build the GUI, you need Qt. The command line tool doesn't have any dependencies. + To build the GUI, you need Qt. + + To build the command line tool, PCRE is needed. More information about PCRE is found in + build.txt There are multiple compilation choices: - * qmake - cross platform build tool - but only the GUI can be built + * qmake - cross platform build tool * Visual Studio - Windows * gnu make * g++