Wrap long line in readme.txt.

This commit is contained in:
Kimmo Varis 2009-09-06 10:52:31 +03:00
parent 535fe17ffd
commit 132403168e
1 changed files with 2 additions and 1 deletions

View File

@ -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