Skip to content

Commit 514a8ea

Browse files
authored
readme.md: minor update to packages section [skip ci] (danmar#7481)
1 parent e4fbae2 commit 514a8ea

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,22 +260,23 @@ mv cppcheck cppcheck.exe
260260
Besides building yourself on the platform of your choice there are also several ways to obtain pre-built packages.<br/>
261261

262262
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.
264264
- (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!
265265
- 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.
266266
- 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.
268268

269269
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.
271271
- (Windows / Outdated) A package is available via https://community.chocolatey.org/packages/cppcheck.
272272
- (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.
275276
- (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.
276277
- (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.
277278
- (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
279280
- (Multi-Platform) A package is available via https://anaconda.org/conda-forge/cppcheck.
280281
- Packages are also available from various download portals (mainly the Windows installer - sometimes re-packaged).
281282

0 commit comments

Comments
 (0)