Fix mixed EOL styles in readme.txt. Use LF for now.

This commit is contained in:
Kimmo Varis 2010-02-21 21:39:18 +02:00
parent 8f4edb5e45
commit dfe18dbb71
1 changed files with 32 additions and 32 deletions

View File

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