From d493592ae48d317b953a7d93bda8e95a26c7e9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Tue, 23 Feb 2010 18:26:09 +0100 Subject: [PATCH] readme: removed cmake/scons --- readme.txt | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/readme.txt b/readme.txt index 1e43ca2c9..133965a00 100644 --- a/readme.txt +++ b/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: