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

Commit 751c1c4

Browse files
callahadcompu42
authored andcommitted
Update installation instructions on Fedora (#9322)
Signed-off-by: Joseph Arnault <[email protected]> Signed-off-by: Dan Callahan <[email protected]> Co-authored-by: compu42 <[email protected]>
1 parent 02f9f3a commit 751c1c4

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

INSTALL.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -151,29 +151,15 @@ sudo pacman -S base-devel python python-pip \
151151

152152
##### CentOS/Fedora
153153

154-
Installing prerequisites on CentOS 8 or Fedora>26:
154+
Installing prerequisites on CentOS or Fedora Linux:
155155

156156
```sh
157157
sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
158-
libwebp-devel tk-devel redhat-rpm-config \
159-
python3-virtualenv libffi-devel openssl-devel
158+
libwebp-devel libxml2-devel libxslt-devel libpq-devel \
159+
python3-virtualenv libffi-devel openssl-devel python3-devel
160160
sudo dnf groupinstall "Development Tools"
161161
```
162162

163-
Installing prerequisites on CentOS 7 or Fedora<=25:
164-
165-
```sh
166-
sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
167-
lcms2-devel libwebp-devel tcl-devel tk-devel redhat-rpm-config \
168-
python3-virtualenv libffi-devel openssl-devel
169-
sudo yum groupinstall "Development Tools"
170-
```
171-
172-
Note that Synapse does not support versions of SQLite before 3.11, and CentOS 7
173-
uses SQLite 3.7. You may be able to work around this by installing a more
174-
recent SQLite version, but it is recommended that you instead use a Postgres
175-
database: see [docs/postgres.md](docs/postgres.md).
176-
177163
##### macOS
178164

179165
Installing prerequisites on macOS:

changelog.d/9322.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update installation instructions on Fedora.

0 commit comments

Comments
 (0)