Add macos pkg-config fix instructions

This commit is contained in:
mikolajp 2018-02-25 22:08:07 +08:00
parent d928626a38
commit d14e03135f

View File

@ -47,7 +47,7 @@ are included as git submodules. To build urbit from source, perform the followin
## MacOS specifics
On macos, you need to make sure `pkg-config` uses the correct homebrew path.
The `export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig/`
The `export PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig/`
should setup the `pkg-config` path correctly, solving errors with homebrew package discovery (notably with `openssl` paths).
## Configuration & compilation