是什么 ? | : | a utility to generate a html report of a XML file produced by cppcheck |
开发语言 | : | Python |
官方主页 | : | http://cppcheck.sourceforge.net |
源码仓库 | : | https://github.com/danmar/cppcheck |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y cppcheck-htmlreport |
macOS | HomeBrew | brew install cppcheck-htmlreport |
GNU/Linux | HomeBrew | brew install cppcheck-htmlreport |
apt | sudo apt-get install -y cppcheck-htmlreport | |
CentOS | yum | sudo yum install -y cppcheck-htmlreport |
dnf | sudo dnf install -y cppcheck-htmlreport | |
openSUSE | zypper | sudo zypper install -y cppcheck-htmlreport |
Alpine Linux | apk | sudo apk add cppcheck-htmlreport |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge cppcheck-htmlreport |
step1、安装依赖
所有时 | Terminal + Shell + GNU CoreUtils |
下载时 | cURL |
解压时 | tar + gzip |
安装时 | CPython |
运行时 | CPython |
step2、使用curl命令下载cppcheck
源码包 ()
curl -L -o cppcheck-2.4.1.tar.gz https://github.com/danmar/cppcheck/archive/refs/tags/2.4.1.tar.gz
step3、使用tar解压cppcheck
源码包
tar vxf cppcheck-2.4.1.tar.gz
step4、进入cppcheck-2.4.1/htmlreport
目录
cd cppcheck-2.4.1/htmlreport
step5、查看cppcheck-2.4.1/htmlreport
目录中的内容
step6、安装cppcheck-htmlreport
python setup.py install
cppcheck-htmlreport
命令的使用格式如下:
cppcheck-htmlreport [OPTIONS]
示例:
cppcheck-htmlreport --file=cppcheck/report/xml/index.xml --report-dir=cppcheck/report/html --title=universal-ctags --source-dir=.
在Web浏览器
中打开cppcheck/report/html/index.html