diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md index fb215bd510b..cba4907649e 100644 --- a/README.md +++ b/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: |