You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,22 +260,23 @@ mv cppcheck cppcheck.exe
260
260
Besides building yourself on the platform of your choice there are also several ways to obtain pre-built packages.<br/>
261
261
262
262
Official packages maintained by the Cppcheck team:
263
-
- (Windows) An official Windows installer is available via the official Cppcheck SourceForge page: https://cppcheck.sourceforge.io/.
263
+
- (Windows) An official Windows installer is available via the official Cppcheck SourceForge page: https://cppcheck.sourceforge.io.
264
264
- (Windows) Official builds of the current development versions are available via the [release-windows](https://github.com/danmar/cppcheck/actions/workflows/release-windows.yml) workflow. They are built nightly for the `main` branch and for each commit for release branches. As these are development versions please refrain from using these in production environments!
265
265
- A portable package (i.e. does not require installation) is available as the `portable` artifact. This is still a work-in-progress - see https://trac.cppcheck.net/ticket/10771 for details.
266
266
- An installer is available via the `installer` artifact.
267
-
- (Multi-Platform) A premium version with additional features provided by the original author of Cppcheck is available for purchase via https://www.cppcheck.com/.
267
+
- (Multi-Platform) A premium version with additional features provided by the original author of Cppcheck is available for purchase via https://www.cppcheck.com.
268
268
269
269
Unofficial packages *not* maintained by the Cppcheck team but their respective packagers:
270
-
- (Windows) An portable package is available via https://portableapps.com/apps/development/cppcheck-portable.
270
+
- (Windows / Outdated) A portable package is available via https://portableapps.com/apps/development/cppcheck-portable.
271
271
- (Windows / Outdated) A package is available via https://community.chocolatey.org/packages/cppcheck.
272
272
- (Windows / Outdated) A package is available via https://winget.run/pkg/Cppcheck/Cppcheck.
273
-
- (Windows / Outdated) A package is available via https://osdn.net/projects/sfnet_cppcheck/.
274
-
- (Linux/Unix) Many major distros offer Cppcheck packages via their integrated package managers (`yum`, `apt`, `pacman`, etc.). See https://pkgs.org/search/?q=cppcheck for an overview.
273
+
- (Windows / Outdated) A package is available via https://osdn.net/projects/sfnet_cppcheck.
274
+
- (Windows) A package is available via https://scoop.sh/#/apps?q=cppcheck.
275
+
- (Linux/Unix) Many major distros offer Cppcheck packages via their integrated package managers (`yum`, `apt`, `pacman`, etc.). See https://pkgs.org/search/?q=cppcheck or https://repology.org/project/cppcheck for an overview.
275
276
- (Linux/Unix) Unless you are using a "rolling" distro, it is likely that they are not carrying the latest version. There are several external (mainly unsupported) repositories like AUR (ArchLinux), PPA (ubuntu), EPEL (CentOS/Fedora) etc. which might provide up-to-date packages.
276
277
- (Linux/Unix / Outdated) The Canonical Snapcraft packages (https://snapcraft.io/cppcheck / https://snapcraft.io/cppcheckgui) are unmaintained and contain very old (development) versions. Please refrain from using them! See https://trac.cppcheck.net/ticket/11641 for more details.
277
278
- (MacOS) A package is available via Homebrew (`brew`). See https://formulae.brew.sh/formula/cppcheck.
278
-
- (MacOS) A package is available via https://ports.macports.org/port/cppcheck/
279
+
- (MacOS) A package is available via https://ports.macports.org/port/cppcheck
279
280
- (Multi-Platform) A package is available via https://anaconda.org/conda-forge/cppcheck.
280
281
- Packages are also available from various download portals (mainly the Windows installer - sometimes re-packaged).
0 commit comments