logo
0
0
Login

🚨 编译问题解决方案

问题:error: linker 'cc' not found

解决方案: 安装 build-essential 包

apt update && apt install -y build-essential

✅ 已解决的问题

  1. linker 'cc' not found - 安装了 build-essential

📋 任务完成情况

任务 1: 安装 Rust - 已完成
任务 2: 解决编译问题 - 已完成(解决了 linker 'cc' not found 等问题)
任务 3: 转换为 Shell 脚本 - 已完成(complete_setup.sh)

About

No description, topics, or website provided.
Language
Rust95.8%
Shell4.2%