Go to file
2024-02-15 19:39:13 -08:00
application Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
build Add MucManager module. 2024-02-02 06:25:00 -08:00
customization design doc. 2023-07-22 00:02:45 -07:00
doc Add:contor infrared light and get photosensitivity value. 2024-02-12 23:46:11 -08:00
external Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
hal Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
middleware Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
test Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
tools Add cmake tools installation package. 2023-11-25 18:20:03 -08:00
utils Fixed:Resolve CMakeLists warning. 2024-02-15 19:39:13 -08:00
.clang-format Add MucManager module. 2024-02-02 06:25:00 -08:00
.gitignore Improve build. 2023-09-10 07:15:05 -07:00
CMakeLists.txt Improve Config builed. 2023-12-01 20:18:24 -08:00
Makefile Fixed:build gtest failed. 2024-02-13 05:33:03 -08:00
README.md Improve build. 2023-09-10 07:09:00 -07:00

1. README

1.1. 编译

架构设计上支持去平台编译和运行。

1.1.1. Ubuntu系统

在项目根目录下执行命令:

make clean  // 如果之前有跨平台编译过需要先make clean
make cmake  // 构建源码生成Makefile文件
cd cmake-shell/   // 在中间文件目录进行编译,把所有中间文件创建在此目录
make        // 编译全部输出构建文件