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

Commit

Permalink
Update installation instructions on Fedora (#9322)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
callahad and compu42 authored Feb 5, 2021
1 parent adc96d4 commit 5a9cdaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
20 changes: 3 additions & 17 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,29 +151,15 @@ sudo pacman -S base-devel python python-pip \

##### CentOS/Fedora

Installing prerequisites on CentOS 8 or Fedora>26:
Installing prerequisites on CentOS or Fedora Linux:

```sh
sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
libwebp-devel tk-devel redhat-rpm-config \
python3-virtualenv libffi-devel openssl-devel
libwebp-devel libxml2-devel libxslt-devel libpq-devel \
python3-virtualenv libffi-devel openssl-devel python3-devel
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

Installing prerequisites on macOS:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/9322.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update installation instructions on Fedora.

0 comments on commit 5a9cdaa

Please sign in to comment.