mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Update installation instructions on Fedora (#9322)
Signed-off-by: Joseph Arnault <computerdude90042@outlook.com> Signed-off-by: Dan Callahan <danc@element.io> Co-authored-by: compu42 <56663749+compu42@users.noreply.github.com>
This commit is contained in:
parent
adc96d4236
commit
5a9cdaa6e9
20
INSTALL.md
20
INSTALL.md
@ -151,29 +151,15 @@ sudo pacman -S base-devel python python-pip \
|
|||||||
|
|
||||||
##### CentOS/Fedora
|
##### CentOS/Fedora
|
||||||
|
|
||||||
Installing prerequisites on CentOS 8 or Fedora>26:
|
Installing prerequisites on CentOS or Fedora Linux:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
|
sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
|
||||||
libwebp-devel tk-devel redhat-rpm-config \
|
libwebp-devel libxml2-devel libxslt-devel libpq-devel \
|
||||||
python3-virtualenv libffi-devel openssl-devel
|
python3-virtualenv libffi-devel openssl-devel python3-devel
|
||||||
sudo dnf groupinstall "Development Tools"
|
sudo dnf groupinstall "Development Tools"
|
||||||
```
|
```
|
||||||
|
|
||||||
Installing prerequisites on CentOS 7 or Fedora<=25:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
|
|
||||||
lcms2-devel libwebp-devel tcl-devel tk-devel redhat-rpm-config \
|
|
||||||
python3-virtualenv libffi-devel openssl-devel
|
|
||||||
sudo yum groupinstall "Development Tools"
|
|
||||||
```
|
|
||||||
|
|
||||||
Note that Synapse does not support versions of SQLite before 3.11, and CentOS 7
|
|
||||||
uses SQLite 3.7. You may be able to work around this by installing a more
|
|
||||||
recent SQLite version, but it is recommended that you instead use a Postgres
|
|
||||||
database: see [docs/postgres.md](docs/postgres.md).
|
|
||||||
|
|
||||||
##### macOS
|
##### macOS
|
||||||
|
|
||||||
Installing prerequisites on macOS:
|
Installing prerequisites on macOS:
|
||||||
|
1
changelog.d/9322.doc
Normal file
1
changelog.d/9322.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update installation instructions on Fedora.
|
Loading…
Reference in New Issue
Block a user