mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Auto merge of #12787 - msreckovic:patch-1, r=larsbergstrom
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 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12787) <!-- Reviewable:end -->
This commit is contained in:
commit
490a2acac9
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