mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 08:56:02 -04:00
installation.md: require libpq on M1 macs (#13480)
This commit is contained in:
parent
cdbb641232
commit
41df25bbbd
2 changed files with 4 additions and 2 deletions
|
@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
|
|||
xcode-select --install
|
||||
```
|
||||
|
||||
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):
|
||||
On ARM-based Macs you may need to install libjpeg and libpq.
|
||||
You can use Homebrew (https://brew.sh):
|
||||
```sh
|
||||
brew install jpeg
|
||||
brew install jpeg libpq
|
||||
```
|
||||
|
||||
On macOS Catalina (10.15) you may need to explicitly install OpenSSL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue