readme: link to files used to build official rpms
This commit is contained in:
parent
2db0d2878b
commit
e52c4f9aa7
|
@ -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
readme.txt
15
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue