加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
readme 822 Bytes
一键复制 编辑 原始数据 按行查看 历史
adan shaw 提交于 2024-06-27 19:12 . update
#
# 1.path introduce
#
./Bin:
* config
* app server(lua)
* web server(lua)
./build:
cmake tempfiles for unix
./Build4win:
cmake tempfiles for windows
./Depend:
dependent files of son projects
./Include:
dependent headfiles for this project
./Lib:
dependent library files output path
./Source:
source files of this project
cmake target:
./CMakeLists.txt
./Source/CMakeLists.txt
./Source/Test/CMakeLists.txt
如果第一次build 失败, 可以再次尝试Build again, ./Lib/Linux 经常不能及时刷出来, 重复再build 一次即可解决问题;
(ps: 部分库是本project 自己生成的, 所以再build 一次才能看见)
#
# 2.project introduce
#
这个项目是一个应用app/web app server, 带https 加密方案的server 框架?
可以便捷开发小型app/web server?
有待探讨!!
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化