Merge pull request #56 from brokenthorn/update-readme-installation

Add env export for PKG_CONFIG_PATH
pull/57/head
Thijs Cadier 5 years ago committed by GitHub
commit 7af5219c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,7 @@ Export these env vars the before you make a clean build:
```
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
```
## Logging

Loading…
Cancel
Save