Go to file
2023-09-02 23:13:21 +08:00
build Clang-tidy test. 2023-09-02 07:45:55 -07:00
customization design doc. 2023-07-22 00:02:45 -07:00
doc 文档修改为markdown格式 2023-09-02 23:11:34 +08:00
external/gtest Delete unused code. 2023-08-29 16:19:21 -07:00
hal 1.Add clang-tidy in CMakeList.txt. 2023-09-02 04:26:30 -07:00
test Improve build method. 2023-08-29 08:25:02 -07:00
tools/clang-tidy 1.Add clang-tidy in CMakeList.txt. 2023-09-02 04:26:30 -07:00
utils Clang-tidy test. 2023-09-02 07:45:55 -07:00
.gitignore 采用多态方式封装LogC库 2023-08-15 00:06:04 +08:00
CMakeLists.txt 1.Add clang-tidy in CMakeList.txt. 2023-09-02 04:26:30 -07:00
Makefile Improve build method. 2023-08-29 08:25:02 -07:00
README.md backup. 2023-08-28 08:48:45 -07:00

1. README

1.1. 编译

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

1.1.1. Ubuntu系统

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

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