diff --git a/readme.md b/readme.md index 4ec61b8a1..5b26461df 100644 --- a/readme.md +++ b/readme.md @@ -148,6 +148,13 @@ make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" RDYNAMIC="" mv cppcheck cppcheck.exe ``` +## Packages + +You can install Cppcheck with yum/apt/brew/etc. + +The official rpms are built with these files: +https://src.fedoraproject.org/rpms/cppcheck/tree/master + ## Webpage http://cppcheck.sourceforge.net/ diff --git a/readme.txt b/readme.txt index 8e41c4978..eb982a020 100644 --- a/readme.txt +++ b/readme.txt @@ -113,11 +113,18 @@ Compiling 3. Add all cpp files in the externals folders to the project file / makefile. 4. Compile. -Cross compiling Win32 (CLI) version of Cppcheck in Linux + 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 + sudo apt-get install mingw32 + make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" + mv cppcheck cppcheck.exe + +Packages + + You can install Cppcheck with yum/apt/brew/etc. + + The official rpms are built with these files: + https://src.fedoraproject.org/rpms/cppcheck/tree/master Webpage