diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-02 10:27:55 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-02 10:27:55 +0000 |
commit | bde9ee5a4cdcd90d88a143c2d7b6402d0f013e3d (patch) | |
tree | cb0f6b7aa11bd37c643180c85c82e09ae0a4e3e5 | |
parent | Bump version (diff) | |
parent | Added the needed libssl-dev package (diff) | |
download | synapse-bde9ee5a4cdcd90d88a143c2d7b6402d0f013e3d.tar.xz |
Merge pull request #21 from tjardick/master
Added the needed libssl-dev package
-rw-r--r-- | README.rst | 3 |
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:: |