You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
152 B

12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
12 months ago
  1. # 编译环境初始化
  2. ```bash
  3. ```
  4. # 编译脚本说明
  5. ```bash
  6. # 编译ARM版本的代码
  7. ./build.sh
  8. # 编译PC版本的代码
  9. ./buildpc.sh
  10. ```