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.

21 lines
355 B

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