Add some extra notes for getting Synapse running on macOS. (#8997)

This commit is contained in:
Eric Eastwood
2021-01-15 05:58:31 -06:00
committed by GitHub
parent 14950a45d6
commit 20af310889
4 changed files with 25 additions and 1 deletions

View File

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