Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 441 Bytes

File metadata and controls

36 lines (18 loc) · 441 Bytes

httpServer

阅读器后台相关内容

编译方式 bazel

安装bazel:

参考:https://www.cnblogs.com/linyx/p/10133709.html

bazel语法:

参考:https://blog.gmem.cc/bazel-study-note

编译方式 cd httpServer/main bazel build main

输出目录 bazel-bin/main/main

执行代码 ./main

CGI文件环境配置:

参考:https://www.runoob.com/cplusplus/cpp-web-programming.html

生成静态库
make
make install