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. To build the GUI, you need Qt. The command line tool doesn't have any dependencies.
There are multiple compilation choices: 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 * qmake - cross platform build tool - but only the GUI can be built
* Visual Studio - Windows * Visual Studio - Windows
* g++ (for experts) * gnu make
* g++
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
qmake qmake
@ -48,6 +34,11 @@ Compiling
Use the cppcheck.sln file. Use the cppcheck.sln file.
gnu make
========
make
g++ (for experts) g++ (for experts)
================= =================
If you just want to build Cppcheck then you can use this command: If you just want to build Cppcheck then you can use this command: