swoole 编译配置
jf wang Lv7

./configure –enable-sockets –enable-openssl –enable-thread –enable-swoole –enable-ringbuffer –with-swoole –enable-picohttpparser –with-openssl-dir=/usr/local –with-jemalloc-dir=/usr/local

https://github.com/jemalloc/jemalloc

./configure –enable-autogen –with-jemalloc-prefix=je_

make -j

sudo make install_bin install_include install_lib

https://github.com/h2o/picohttpparser

  • 本文标题:swoole 编译配置
  • 本文作者:jf wang
  • 创建时间:2017-06-05 13:57:12
  • 本文链接:https://www.wangjunfeng.com.cn/2017/06/05/swoole-configure/
  • 版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!