Wrap long line in readme.txt.
This commit is contained in:
parent
535fe17ffd
commit
132403168e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue