27
2018
08
Centos 7.x 安装 Swoole 4.0.x
安装依赖包openssl, openssl-devel, 安装编译程序gcc, gcc-c++安装http2依赖 nghttp2https://github.com/nghttp2/nghttp2/releases下载后解压缩并编译 tar zxvf nghttp2-1.32.1.tar.gz
cd nghttp2-1.32.1
./configure
make
make install安装swoolepecl install
作者:colordog | 分类:运维 | 浏览:1540 | 评论:0