File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,13 @@ make CXX=i586-mingw32msvc-g++ LDFLAGS="-lshlwapi" RDYNAMIC=""
148148mv 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
153160http://cppcheck.sourceforge.net/
Original file line number Diff line number Diff 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
122129Webpage
123130
You can’t perform that action at this time.
0 commit comments