0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00

Added the needed libssl-dev package

This commit is contained in:
Tjardick van der Kraan 2014-12-02 11:22:00 +01:00
parent ab74afdd8d
commit f9846a27b6

View file

@ -94,7 +94,8 @@ header files for python C extensions.
Installing prerequisites on Ubuntu or Debian::
$ sudo apt-get install build-essential python2.7-dev libffi-dev \
python-pip python-setuptools sqlite3
python-pip python-setuptools sqlite3 \
libssl-dev
Installing prerequisites on Mac OS X::