随笔分类 - 环境部署及开源代码编译
摘要:安装gcc 8.2 #进入目录 cd /opt #下载包 wget ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-8.2.0/gcc-8.2.0.tar.xz #解压 tar -Jxvf gcc-8.2.0
阅读全文
摘要:mongodb linux静态库编译 下载对应tar包 wget https://github.com/mongodb/mongo-c-driver/releases/download/1.17.4/mongo-c-driver-1.17.4.tar.gz 解压并进入 tar -xvf mongo-
阅读全文
摘要:windows 下因为静态库ide版本不对导致编译不过的问题 项目--属性--链接器--命令行--其他选项添加 /force /d2:-AllowCompatibleILVersions
阅读全文
摘要:无法编译plog vs2019编译错误 1>D:\testApps\testApps\include\3rdpart\ZLToolKit\src\Thread\ThreadPool.h(107,27): warning C4018: “<”: 有符号/无符号不匹配 1>D:\testApps\tes
阅读全文
摘要:libuv 事件驱动库编译 本次编译下载的 libuv 版本为1.41.0(不保证其他版本能正常使用) Linux下编译 上传下载的libuv-v1.41.0.tar.gz到linux服务器 解压 tar -xvf libuv-v1.41.0.tar.gz 进入解压后的目录 cd libuv-v1.
阅读全文

浙公网安备 33010602011771号