mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add a note to indicate PKG_CONFIG_PATH required
This commit is contained in:
parent
65e37e6845
commit
aa0b4abc9d
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
|||
./mach build ...
|
||||
```
|
||||
|
||||
##### Note: Please make sure the required `PKG_CONFIG_PATH` environment variable is set the same as the one provided from `brew info libffi` ([Check this comment for more details](https://github.com/servo/servo/issues/23015#issuecomment-475050175)).
|
||||
|
||||
If you've already partially compiled servo but forgot to do this step, run `./mach clean`, set the shell variables, and recompile.
|
||||
|
||||
#### On Debian-based Linuxes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue