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.
 
 
 
 
 
zhaohe a5b22b821a 修改编译脚本 3 years ago
.vscode 添加硬件测试 3 years ago
dep 添加硬件测试 3 years ago
env 修改编译脚本 3 years ago
sh 修改编译脚本 3 years ago
src 默认日志不缓存直接输出 3 years ago
webapp 添加硬件测试 3 years ago
zcmake@dfefd1773b 添加PC端测试 3 years ago
.clang-format update iflytopcpp 3 years ago
.gitignore 添加工程编译相关脚本 3 years ago
.gitmodules update submodule add 3 years ago
CMakeLists.txt 添加工程编译相关脚本 3 years ago
README.md 添加工程编译相关脚本 3 years ago

README.md

linux_smart_speaker_sdk

目录说明
dep/ 存放第二方,或者第三方需要编译的代码
lib/ 编译好的依赖库,通过
sh/  工程编译打包部署等相关脚本
env/ 应用程序运行环境
build/ 应用程序编译目录
编译说明

# 编译RK3328应用
./sh/rk3328_envsetup.sh
# 编译PC应用
./sh/pc_envsetup.sh

cd build
./build.sh && make -j8