Fix #814 (Improvements for readme.txt)
http://sourceforge.net/apps/trac/cppcheck/ticket/814
This commit is contained in:
parent
b6999d010f
commit
b95ea6ddc4
20
readme.txt
20
readme.txt
|
@ -16,12 +16,20 @@ Compiling
|
||||||
The Makefile works under Linux.
|
The Makefile works under Linux.
|
||||||
To make it work under Windows with DJGPP, change "g++" to "gxx".
|
To make it work under Windows with DJGPP, change "g++" to "gxx".
|
||||||
|
|
||||||
To build cppcheck with qmake, run this commands:
|
To build cppcheck with qmake, run these commands:
|
||||||
qmake -config release – this will generate Makefile (use 'debug' instead of
|
|
||||||
'release' if doing developer build)
|
Generate Makefile (use 'debug' instead of 'release' if doing developer build)
|
||||||
make – this will build command-line tool, GUI and autotests
|
(If you are using Mac OS, you need to add "-spec macx-g++" to the command):
|
||||||
make sub-src – this will build command-line tool only
|
qmake -config release
|
||||||
make check – this one will build and run autotests
|
|
||||||
|
Build command-line tool, GUI and autotests:
|
||||||
|
make
|
||||||
|
|
||||||
|
To build command-line tool only:
|
||||||
|
make sub-src
|
||||||
|
|
||||||
|
To build and run autotests:
|
||||||
|
make check
|
||||||
|
|
||||||
Cross compiling Win32 (CLI) version of Cppcheck in Linux
|
Cross compiling Win32 (CLI) version of Cppcheck in Linux
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue