readme: removed cmake/scons
This commit is contained in:
parent
f2083f1b51
commit
d493592ae4
23
readme.txt
23
readme.txt
|
@ -15,24 +15,10 @@ Compiling
|
|||
To build the GUI, you need Qt. The command line tool doesn't have any dependencies.
|
||||
|
||||
There are multiple compilation choices:
|
||||
* SCons - cross platform build tool
|
||||
* CMake - cross platform build tool
|
||||
* qmake - cross platform build tool - but only the GUI can be built
|
||||
* Visual Studio - Windows
|
||||
* g++ (for experts)
|
||||
|
||||
|
||||
Scons
|
||||
=====
|
||||
Scons is a multi platform build tool. Python is required to run it.
|
||||
scons
|
||||
|
||||
|
||||
CMake
|
||||
=====
|
||||
CMake is a multi platform build tool with no dependencies.
|
||||
cmake .
|
||||
make
|
||||
* gnu make
|
||||
* g++
|
||||
|
||||
|
||||
qmake
|
||||
|
@ -48,6 +34,11 @@ Compiling
|
|||
Use the cppcheck.sln file.
|
||||
|
||||
|
||||
gnu make
|
||||
========
|
||||
make
|
||||
|
||||
|
||||
g++ (for experts)
|
||||
=================
|
||||
If you just want to build Cppcheck then you can use this command:
|
||||
|
|
Loading…
Reference in New Issue