[Docs] fixed CURL generates 16 ERROR

Refer to https://github.com/curl/curl/issues/3750
This commit is contained in:
Sukchan Lee 2023-05-28 17:12:56 +09:00
parent 90883351ed
commit ad86e8f49b
1 changed files with 3 additions and 2 deletions

View File

@ -95,8 +95,9 @@ $ brew install mongo-c-driver gnutls libgcrypt libidn libyaml libmicrohttpd nght
Configure Homebrew PATH
```bash
$ export PATH="/opt/homebrew/opt/bison/bin:/opt/homebrew/bin:$PATH"
$ export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@1.1/lib/pkgconfig:$PKG_CONFIG_PATH"
$ export PATH="/opt/homebrew/opt/curl/bin:/opt/homebrew/opt/bison/bin:/opt/homebrew/bin:$PATH"
$ export PKG_CONFIG_PATH="/opt/homebrew/opt/curl/lib/pkgconfig:$PKG_CONFIG_PATH"
$ export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl/lib/pkgconfig:$PKG_CONFIG_PATH"
$ export LIBRARY_PATH=/opt/homebrew/lib
$ export C_INCLUDE_PATH=/opt/homebrew/include
$ export CPLUS_INCLUDE_PATH=/opt/homebrew/include