首页 > 其他 > 详细

开发环境

时间:2020-06-07 13:29:37      阅读:35      评论:0      收藏:0      [点我收藏+]

开发环境说明

linux系统:ubuntu18.04

libevent版本:2.1.8

1 安装依赖环境
apt-get install perl g++ make automake libtool unzip
2 zlib编译
tar -xvf zlib-1.2.11.tar.gz
cd zlib-1.2.11
make
make install
3 openssl编译
tar -xvf openssl-1.1.1.tar.gz
cd openssl-1.1.1
./config
make
make install
4 libevent编译
uzip libevent-master.zip
cd libevent-master
./autogen.sh
./configure
make
make install

开发环境

原文:https://www.cnblogs.com/orejia/p/13059995.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!