diff options
author | Ryan Breaker <ryan@breaker.rocks> | 2017-03-10 22:09:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-10 22:09:22 -0600 |
commit | 53254551f0ce9911251e2a7383abdf29a3ced6eb (patch) | |
tree | 15bb513b3650e69e2c27806ce783fbdb1e0e2f1a /README.rst | |
parent | Merge branch 'release-v0.19.2' of github.com:matrix-org/synapse (diff) | |
download | synapse-53254551f0ce9911251e2a7383abdf29a3ced6eb.tar.xz |
Add missing package to CentOS section
Also added Fedora 25 to header as the same packages work for it as well.
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 77e0b470a3..1a9bff6945 100644 --- a/README.rst +++ b/README.rst @@ -108,10 +108,10 @@ Installing prerequisites on ArchLinux:: sudo pacman -S base-devel python2 python-pip \ python-setuptools python-virtualenv sqlite3 -Installing prerequisites on CentOS 7:: +Installing prerequisites on CentOS 7 or Fedora 25:: sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \ - lcms2-devel libwebp-devel tcl-devel tk-devel \ + lcms2-devel libwebp-devel tcl-devel tk-devel redhat-rpm-config \ python-virtualenv libffi-devel openssl-devel sudo yum groupinstall "Development Tools" |