0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 20:13:45 +02:00

installation.md: require libpq on M1 macs (#13480)

This commit is contained in:
Richard van der Hoff 2022-09-13 10:01:21 +01:00 committed by GitHub
parent cdbb641232
commit 41df25bbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

1
changelog.d/13480.doc Normal file
View file

@ -0,0 +1 @@
Note that `libpq` is required on ARM-based Macs.

View file

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