Skip to content

Commit e52c4f9

Browse files
committed
readme: link to files used to build official rpms
1 parent 2db0d28 commit e52c4f9

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" RDYNAMIC=""
148148
mv cppcheck cppcheck.exe
149149
```
150150

151+
## Packages
152+
153+
You can install Cppcheck with yum/apt/brew/etc.
154+
155+
The official rpms are built with these files:
156+
https://src.fedoraproject.org/rpms/cppcheck/tree/master
157+
151158
## Webpage
152159

153160
http://cppcheck.sourceforge.net/

readme.txt

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,18 @@ Compiling
113113
3. Add all cpp files in the externals folders to the project file / makefile.
114114
4. Compile.
115115

116-
Cross compiling Win32 (CLI) version of Cppcheck in Linux
116+
Cross compiling Win32 (CLI) version of Cppcheck in Linux
117117

118-
sudo apt-get install mingw32
119-
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi"
120-
mv cppcheck cppcheck.exe
118+
sudo apt-get install mingw32
119+
make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi"
120+
mv cppcheck cppcheck.exe
121+
122+
Packages
123+
124+
You can install Cppcheck with yum/apt/brew/etc.
125+
126+
The official rpms are built with these files:
127+
https://src.fedoraproject.org/rpms/cppcheck/tree/master
121128

122129
Webpage
123130

0 commit comments

Comments
 (0)