Go to file
2024-03-11 20:18:12 +08:00
application Add:test code. 2024-03-09 09:28:55 +08:00
build Improve:compile llvm. 2024-03-09 21:40:45 +08:00
customization design doc. 2023-07-22 00:02:45 -07:00
doc Add:FxHttpServer module. 2024-02-27 22:08:38 -08:00
external Improve:libhv build. 2024-03-08 09:53:05 -08:00
hal Fixed:compile error. 2024-03-11 20:18:12 +08:00
middleware Merge branch 'master-develop' of gitee.com:shenzhen-jiuyilian/ipc into master-develop 2024-03-09 09:29:03 +08:00
test Add:test code. 2024-03-09 09:28:55 +08:00
tools Improve:wifi function. 2024-03-11 19:58:59 +08:00
utils Backup:MissionManager module. 2024-03-05 06:02:19 -08:00
.clang-format Add MucManager module. 2024-02-02 06:25:00 -08:00
.gitignore Backup:Servers module. 2024-02-28 03:49:11 -08:00
CMakeLists.txt Improve Config builed. 2023-12-01 20:18:24 -08:00
Makefile compile tools. 2024-03-06 14:08:15 -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        // 编译全部输出构建文件