diff options
author | Fabian Niepelt <fniepelt@takios.de> | 2016-08-30 15:03:03 +0200 |
---|---|---|
committer | Fabian Niepelt <fniepelt@takios.de> | 2016-08-30 15:03:03 +0200 |
commit | b3be9e4376b976a5cc4b37d70c4985342d5c30cb (patch) | |
tree | 3b46382fe6af345521172424c837519e15909bcc /README.rst | |
parent | Merge pull request #1051 from matrix-org/erikj/fix_push_names (diff) | |
download | synapse-b3be9e4376b976a5cc4b37d70c4985342d5c30cb.tar.xz |
Add prerequisites to install on openSUSE to README
Signed-off-by: Fabian Niepelt <fniepelt@takios.de>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 323f5b8db7..358038ade0 100644 --- a/README.rst +++ b/README.rst @@ -134,6 +134,12 @@ Installing prerequisites on Raspbian:: sudo pip install --upgrade ndg-httpsclient sudo pip install --upgrade virtualenv +Installing prerequisites on openSUSE:: + + sudo zypper in -t pattern devel_basis + sudo zypper in python-pip python-setuptools sqlite3 python-virtualenv \ + python-devel libffi-devel libopenssl-devel libjpeg62-devel + To install the synapse homeserver run:: virtualenv -p python2.7 ~/.synapse |