diff --git a/readme.txt b/readme.txt index 859b52c43..1e43ca2c9 100644 --- a/readme.txt +++ b/readme.txt @@ -1,15 +1,15 @@ -========= -Cppcheck -========= - - -About - - The original name of this program is "C++check" but it was later changed to "cppcheck". - - -Compiling - +========= +Cppcheck +========= + + +About + + The original name of this program is "C++check" but it was later changed to "cppcheck". + + +Compiling + Any C++ compiler should work. To build the GUI, you need Qt. The command line tool doesn't have any dependencies. @@ -54,23 +54,23 @@ Compiling g++ -o cppcheck -Ilib cli/*.cpp lib/*.cpp -Cross compiling Win32 (CLI) version of Cppcheck in Linux - - sudo apt-get install mingw32 - make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" - mv cppcheck cppcheck.exe - -Usage - - Run the cppcheck program without parameters and a help text will be shown. - - -Recommendations - - When the "--all" flag is given you may get a lot of error messages. - - -Webpage - - http://www.sf.net/projects/cppcheck - +Cross compiling Win32 (CLI) version of Cppcheck in Linux + + sudo apt-get install mingw32 + make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" + mv cppcheck cppcheck.exe + +Usage + + Run the cppcheck program without parameters and a help text will be shown. + + +Recommendations + + When the "--all" flag is given you may get a lot of error messages. + + +Webpage + + http://www.sf.net/projects/cppcheck +