Go to file
2023-09-04 08:45:12 -07:00
build Fix clang-tidy useage. 2023-09-04 08:44:53 -07:00
customization design doc. 2023-07-22 00:02:45 -07:00
doc Merge branch 'master-develop' of https://gitee.com/shenzhen-jiuyilian/ipc into master-develop 2023-09-04 08:45:12 -07:00
external/gtest Delete unused code. 2023-08-29 16:19:21 -07:00
hal Fix clang-tidy useage. 2023-09-04 08:44:53 -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 Fix clang-tidy useage. 2023-09-04 08:44:53 -07:00
.gitignore 采用多态方式封装LogC库 2023-08-15 00:06:04 +08:00
CMakeLists.txt Fix clang-tidy useage. 2023-09-04 08:44:53 -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        // 编译全部输出构建文件