Skip to content
Snippets Groups Projects
Commit b3be9e43 authored by Fabian Niepelt's avatar Fabian Niepelt
Browse files

Add prerequisites to install on openSUSE to README

parent 67f0c990
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,12 @@ Installing prerequisites on Raspbian:: ...@@ -134,6 +134,12 @@ Installing prerequisites on Raspbian::
sudo pip install --upgrade ndg-httpsclient sudo pip install --upgrade ndg-httpsclient
sudo pip install --upgrade virtualenv 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:: To install the synapse homeserver run::
virtualenv -p python2.7 ~/.synapse virtualenv -p python2.7 ~/.synapse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment