Skip to content

Instantly share code, notes, and snippets.

@limingxinleo
Last active August 2, 2022 02:03
Show Gist options
  • Select an option

  • Save limingxinleo/14c2633f736efefb7a319fde885e63fc to your computer and use it in GitHub Desktop.

Select an option

Save limingxinleo/14c2633f736efefb7a319fde885e63fc to your computer and use it in GitHub Desktop.
Swoole使用小节

MacOS 系统下编译 Swoole

./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-swoole-json

Swoole5

./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares --enable-swoole-pgsql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment