码迷,mamicode.com
首页 > 其他好文 > 详细

开发环境

时间:2020-06-07 13:09:50      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:系统   ubunt   ast   linu   开发环境   tar   zlib   make   tar -xvf   

开发环境说明

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

开发环境

标签:系统   ubunt   ast   linu   开发环境   tar   zlib   make   tar -xvf   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!