1.下載swoolephp
git clone https://gitee.com/swoole/swoole.gitgit
2.使用phpize來生成php編譯配置swoole
在安裝目錄下執行 /.../php/bin/phpizeblog
3.使用./configure作編譯安裝檢測it
./configure --with-php-config=/usr/local/php/bin/php-config編譯
4.make進行編譯配置
5.make install 進行安裝下載