diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2021-01-15 05:58:31 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 06:58:31 -0500 |
commit | 20af310889ec1b22b5ad66cfd606bb25b264ec6a (patch) | |
tree | 9de10243bc923a5d8517d23a01b2bbafb3e84e32 /INSTALL.md | |
parent | Merge pull request #9091 from matrix-org/rav/error_on_bad_sso (diff) | |
download | synapse-20af310889ec1b22b5ad66cfd606bb25b264ec6a.tar.xz |
Add some extra notes for getting Synapse running on macOS. (#8997)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 656833637c..d405d9fe55 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -190,7 +190,8 @@ via brew and inform `pip` about it so that `psycopg2` builds: ```sh brew install openssl@1.1 -export LDFLAGS=-L/usr/local/Cellar/openssl\@1.1/1.1.1d/lib/ +export LDFLAGS="-L/usr/local/opt/openssl/lib" +export CPPFLAGS="-I/usr/local/opt/openssl/include" ``` ##### OpenSUSE |