Go to file
2024-03-03 03:40:04 -08:00
application Backup:DeivceManager test code. 2024-02-16 04:31:40 -08:00
build Improve:goahead upload file function. 2024-03-03 03:40:04 -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:goahead compile. 2024-03-02 21:53:28 -08:00
hal Improve: Hal test tool. 2024-02-19 10:14:51 -08:00
middleware Improve:WebServer http post file. 2024-03-01 22:41:22 -08:00
test Improve:goahead upload file function. 2024-03-03 03:40:04 -08:00
tools Add cmake tools installation package. 2023-11-25 18:20:03 -08:00
utils Improve:goahead upload file function. 2024-03-03 03:40:04 -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 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        // 编译全部输出构建文件