mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update README.md with further openssl instructions
Sometimes building with openssl requires major intervention of pointing the include path to the local installation of openssl, when the brew link refuses to link. - [ X] `./mach build -d` does not report any errors - [ X] `./mach test-tidy` does not report any errors - [ X] These changes do not require tests because it’s a documentation change
This commit is contained in:
parent
44ebbfc20d
commit
855b90eea4
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -34,6 +34,17 @@ brew install openssl
|
|||
brew link --force openssl
|
||||
```
|
||||
|
||||
If you get this error during the brew link step:
|
||||
```sh
|
||||
Warning: Refusing to link: openssl
|
||||
```
|
||||
followed by a compile error not being able to find one or more
|
||||
openssl/ include files, you may want to try:
|
||||
```sh
|
||||
export DEP_OPENSSL_INCLUDE=/usr/local/include
|
||||
./mach build ...
|
||||
```
|
||||
|
||||
If you get this error:
|
||||
``` sh
|
||||
"Couldn't find libavformat", do the following:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue