# 基本的更新和安装 apt update && apt upgrade -y apt install build-essential cmake # 配置编译环境 export CC=/usr/bin/gcc export CXX=/usr/bin/g++ E ...