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:
msreckovic 2016-08-09 11:39:43 -04:00 committed by GitHub
parent 44ebbfc20d
commit 855b90eea4

View file

@ -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: