代码拉取完成,页面将自动刷新
#!/bin/sh
# 声明: 本auto_build.sh only for debian 10
# 安装依赖
apt-get install libhiredis-dev
apt-get install libmariadb-dev libmariadb++-dev
apt-get install openssl libssl-dev
# 先build 依赖
cd ./Depend/lua
make -j4
cd ../..
cd ./Depend/http-parser
make package -j4
cd ../..
# 补全依赖的头文件(需要根据linux 系统安装到位才行)
cd ./Depend
ln -s /usr/include/mysql MySQL
ln -s /usr/include/hiredis
ln -s /usr/include/openssl
cd ..
# 再build project
mkdir build
cd ./build
cmake -G "Unix Makefiles" .. -DCMAKE_BUILD_TYPE:STRING=RELEASE
make -j4
cd ..
# 补全lib 库
if [ -d "./Lib/Linux" ];then
cd ./Lib/Linux
ln -s ../../Depend/lua/src/liblua.a
ln -s ../../Depend/http-parser/libhttp_parser.a
fi
# 这个project 还是半成品, 很多东西未完善!! (不可靠, 慎用)
# 依赖list
:<<!
* mysql
* redis
* openssl
* lua5.4
!
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。