From 66f17d3fcb99739accb048843567b87c2c0e5944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 21 Feb 2010 13:36:58 +0100 Subject: [PATCH] readme: removed 'dmake' information --- readme.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/readme.txt b/readme.txt index 13f263aec..859b52c43 100644 --- a/readme.txt +++ b/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