pokeemmo/docs/install/linux/UBUNTU_ZH.md
2025-05-05 17:00:14 +08:00

10 lines
249 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Ubuntu 编译指南
## 安装依赖项
启动Ubuntu执行以下命令
```console
sudo apt update && sudo apt upgrade
sudo apt install build-essential binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-arm-none-eabi git libpng-dev python3
```