readme: removed cmake/scons

This commit is contained in:
Daniel Marjamäki 2010-02-23 18:26:09 +01:00
parent f2083f1b51
commit d493592ae4
1 changed files with 7 additions and 16 deletions

View File

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