mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-30 10:46:11 +03:00
Add macos pkg-config fix instructions
This commit is contained in:
parent
d928626a38
commit
d14e03135f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user