Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update openssl install docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Jan 14, 2021
1 parent f25aa90 commit 51fdf1c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,10 @@ via brew and inform `pip` about it so that `psycopg2` builds:

```sh
brew install [email protected]
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"
```

Alternatively, you can try https://stackoverflow.com/a/56228387/796832


##### OpenSUSE

Installing prerequisites on openSUSE:
Expand Down

0 comments on commit 51fdf1c

Please sign in to comment.