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.

22 lines
387 B

3 years ago
  1. # linux_smart_speaker_sdk
  2. ```
  3. 目录说明
  4. dep/ 存放第二方,或者第三方需要编译的代码
  5. lib/ 编译好的依赖库,通过
  6. sh/ 工程编译打包部署等相关脚本
  7. env/ 应用程序运行环境
  8. build/ 应用程序编译目录
  9. ```
  10. ```
  11. 编译说明
  12. # 编译RK3328应用
  13. ./sh/rk3328_envsetup.sh
  14. # 编译PC应用
  15. ./sh/pc_envsetup.sh
  16. cd build
  17. ./build.sh && make -j8
  18. ```