Skip to content

Commit

Permalink
readme: link to files used to build official rpms
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 4, 2020
1 parent 2db0d28 commit e52c4f9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e52c4f9

Please sign in to comment.