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

10 lines
222 B
Markdown
Raw Permalink 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.

# Arch Linux 编译指南
## 安装依赖项
启动Arch linux执行以下命令
```console
sudo pacman -Sy
sudo pacman -S base-devel arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib git libpng python
```