readme: removed 'dmake' information
This commit is contained in:
parent
d5611a1a06
commit
66f17d3fcb
13
readme.txt
13
readme.txt
|
@ -19,7 +19,6 @@ Compiling
|
|||
* CMake - cross platform build tool
|
||||
* qmake - cross platform build tool - but only the GUI can be built
|
||||
* Visual Studio - Windows
|
||||
* gnu make (for experts)
|
||||
* g++ (for experts)
|
||||
|
||||
|
||||
|
@ -49,23 +48,11 @@ Compiling
|
|||
Use the cppcheck.sln file.
|
||||
|
||||
|
||||
gnu make (for experts)
|
||||
======================
|
||||
A simple Makefile generator is available and you can use it like this:
|
||||
g++ -o dmake tools/dmake.cpp lib/filelister.cpp
|
||||
./dmake
|
||||
|
||||
The generated Makefile may need to be edited to fit your needs.
|
||||
If it doesn't work, unfortunately we can't help you.
|
||||
|
||||
|
||||
g++ (for experts)
|
||||
=================
|
||||
If you just want to build Cppcheck then you can use this command:
|
||||
g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp
|
||||
|
||||
If it doesn't work, unfortunately we can't help you.
|
||||
|
||||
|
||||
Cross compiling Win32 (CLI) version of Cppcheck in Linux
|
||||
|
||||
|
|
Loading…
Reference in New Issue