mason-org/mason.nvim

[New package]: cppcheck

Open

#353 opened on Aug 29, 2022

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Lua (337 forks)batch import
help wantednew-package-request

Repository metrics

Stars
 (10,278 stars)
PR merge metrics
 (Avg merge 7d 18h) (4 merged PRs in 30d)

Description

Package name

cppcheck

Package homepage

https://github.com/danmar/cppcheck

Languages

cpp

How is this package distributed?

It seems that we have to build this from source... (For Windows there's an msi on the release page.)

git clone --depth=1 https://github.com/danmar/cppcheck/tree/x.y
cd cppcheck
mkdir build
cd build
cmake ..
cmake --build .
cmake --install -DCMAKE_INSTALL_PREFIX=/path/to/mason/packages .

Contributor guide