summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorTjardick van der Kraan <tjardick.vanderkraan@simwood.com>2014-12-02 11:22:00 +0100
committerTjardick van der Kraan <tjardick.vanderkraan@simwood.com>2014-12-02 11:22:00 +0100
commitf9846a27b6d415426de95f428a414c58464a8ef1 (patch)
treecb0f6b7aa11bd37c643180c85c82e09ae0a4e3e5 /README.rst
parentBump version (diff)
downloadsynapse-f9846a27b6d415426de95f428a414c58464a8ef1.tar.xz
Added the needed libssl-dev package
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5e020081a8..0b2b00412d 100644
--- a/README.rst
+++ b/README.rst
@@ -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::