mason-org/mason.nvim

[New package]: cppcheck

Open

#353 创建于 2022年8月29日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Lua (337 fork)batch import
help wantednew-package-request

仓库指标

Star
 (10,278 star)
PR 合并指标
 (平均合并 7天 18小时) (30 天内合并 4 个 PR)

描述

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 .

贡献者指南