forked from matrix-org/synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update macOS installation instructions
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,9 +133,9 @@ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \ | |
sudo yum groupinstall "Development Tools" | ||
``` | ||
|
||
#### Mac OS X | ||
#### macOS | ||
|
||
Installing prerequisites on Mac OS X: | ||
Installing prerequisites on macOS: | ||
|
||
``` | ||
xcode-select --install | ||
|
@@ -144,6 +144,14 @@ sudo pip install virtualenv | |
brew install pkg-config libffi | ||
``` | ||
|
||
On macOS Catalina (10.15) you may need to explicitly install OpenSSL | ||
via brew and inform `pip` about it so that `psycopg2` builds: | ||
|
||
``` | ||
brew install [email protected] | ||
export LDFLAGS=-L/usr/local/Cellar/openssl\@1.1/1.1.1d/lib/ | ||
``` | ||
|
||
#### OpenSUSE | ||
|
||
Installing prerequisites on openSUSE: | ||
|