Last active
August 2, 2022 02:03
-
-
Save limingxinleo/14c2633f736efefb7a319fde885e63fc to your computer and use it in GitHub Desktop.
Revisions
-
limingxinleo revised this gist
Aug 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ ### Swoole5 ```shell ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares --enable-swoole-pgsql ``` -
limingxinleo revised this gist
Aug 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ ### Swoole5 ```shell ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-cares ``` -
limingxinleo revised this gist
Aug 2, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,5 +7,5 @@ ### Swoole5 ```shell ./configure --enable-openssl --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl ``` -
limingxinleo revised this gist
Aug 2, 2022 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,10 @@ ```shell ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-swoole-json ``` ### Swoole5 ```shell ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl ``` -
limingxinleo revised this gist
Jul 20, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ## MacOS 系统下编译 Swoole ```shell ./configure --enable-openssl --enable-http2 --with-openssl-dir=$(brew --prefix [email protected]) --enable-swoole-curl --enable-swoole-json ``` -
limingxinleo created this gist
May 26, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ## MacOS 系统下编译 Swoole ```shell ./configure --enable-openssl --enable-http2 --with-openssl-dir=/usr/local/Cellar/[email protected]/1.1.1o --enable-swoole-curl --enable-swoole-json ```