是什么 ? | : | a static code analysis tool for improving quality and reducing defects by inspecting C、C++、Objective-C source code. |
开发语言 | : | C++ |
官方主页 | : | http://oclint.org |
源码仓库 | : | https://github.com/oclint/oclint |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install oclint |
yay | yay -Syyu --noconfirm |
step1、安装依赖
所有时 | Terminal + Shell + GNU CoreUtils |
下载时 | cURL |
解压时 | tar + gzip |
运行时 | glibc ( libc.so 、ld-linux-x86-64.so ) |
step2、使用curl下载编译好的oclint
二进制压缩包 ()
curl -LO https://github.com/oclint/oclint/releases/download/v0.13.1/oclint-0.13.1-x86_64-darwin-17.4.0.tar.gz
step3、使用tar解压oclint
压缩包
tar vxf oclint-0.13.1-x86_64-darwin-17.4.0.tar.gz -C ~/bin
step4、配置环境变量
export PATH=~/bin/oclint-0.13.1/bin:$PATH