摘要: 1、安装swoole cd /usr/local/src wget https://github.com/swoole/swoole-src/archive/v1.9.1-stable.tar.gz tar zxvf v1.9.1-stable.tar.gz cd swoole-src-1.9.1- 阅读全文
posted @ 2018-03-15 12:25 zhw15 阅读(252) 评论(2) 推荐(0)
摘要: yum -y install php-devel 然后 /usr/bin/phpize 阅读全文
posted @ 2018-03-15 10:35 zhw15 阅读(677) 评论(0) 推荐(0)
摘要: 安装make:yum -y install gcc automake autoconf libtool make 安装g++:yum install gcc gcc-c++cd /usr/local/src 安装pcrewget ftp://ftp.csx.cam.ac.uk/pub/softwar 阅读全文
posted @ 2018-03-15 10:14 zhw15 阅读(155) 评论(0) 推荐(0)