mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
installation.md: require libpq on M1 macs (#13480)
This commit is contained in:
parent
cdbb641232
commit
41df25bbbd
1
changelog.d/13480.doc
Normal file
1
changelog.d/13480.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Note that `libpq` is required on ARM-based Macs.
|
@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
|
|||||||
xcode-select --install
|
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
|
```sh
|
||||||
brew install jpeg
|
brew install jpeg libpq
|
||||||
```
|
```
|
||||||
|
|
||||||
On macOS Catalina (10.15) you may need to explicitly install OpenSSL
|
On macOS Catalina (10.15) you may need to explicitly install OpenSSL
|
||||||
|
Loading…
Reference in New Issue
Block a user