From 132403168eab2c9960dd978d72ef8c905c6011e1 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Sun, 6 Sep 2009 10:52:31 +0300 Subject: [PATCH] Wrap long line in readme.txt. --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 5fe5894ad..d3d1ab3ce 100644 --- a/readme.txt +++ b/readme.txt @@ -17,7 +17,8 @@ Compiling To make it work under Windows with DJGPP, change "g++" to "gxx". To build cppcheck with qmake, run this commands: - qmake -config release – this will generate Makefile (use 'debug' instead of 'release' if doing developer build) + qmake -config release – this will generate Makefile (use 'debug' instead of + 'release' if doing developer build) make – this will build command-line tool, GUI and autotests make sub-src – this will build command-line tool only make check – this one will build and run autotests