readme: link to files used to build official rpms

This commit is contained in:
Daniel Marjamäki 2020-09-04 10:20:54 +02:00
parent 2db0d2878b
commit e52c4f9aa7
2 changed files with 18 additions and 4 deletions

View File

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

View File

@ -119,6 +119,13 @@ Cross compiling Win32 (CLI) version of Cppcheck in Linux
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
http://cppcheck.sourceforge.net/