一、环境准备与编译安装 1.1 系统基础环境配置 在Ubuntu/Debian系统上执行以下操作完成依赖安装: # 更新软件包索引并安装编译工具链sudo apt update && sudo apt install -y \ build-essential \ l……