关于pycdc的安装

sudo apt install git #安装git

git clone https://github.com/zrax/pycdc.git #下载pycdc到桌面

sudo apt install cmake #安装cmake

cd pycdc #进入到pycdc的目录

cmake .
make #安装pycdc工具

我第一次装报了The CXX compiler identification is unknown的错,搞了半天,其实只要装个g++就行了

sudo apt-get update
apt-get install g++

就可以解决了

上一篇:systemd 进程管理详解


下一篇:linux命令之cowsay