summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorKegsay <kegsay@gmail.com>2014-12-18 14:44:48 +0000
committerKegsay <kegsay@gmail.com>2014-12-18 14:44:48 +0000
commit20923ffd43cc49b3f532012d9465c07a707534e3 (patch)
tree98a59d66ac099c19910ebc309c86e456836154af /README.rst
parentUpdate README.rst (diff)
downloadsynapse-20923ffd43cc49b3f532012d9465c07a707534e3.tar.xz
Update README.rst
Add gotcha: The content repository requires additional cygwin packages.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7497f1584b..f5d2b0af38 100644
--- a/README.rst
+++ b/README.rst
@@ -143,6 +143,15 @@ Synapse can be installed on Cygwin. It requires the following Cygwin packages:
  - openssl (and openssl-devel, python-openssl)
  - python
  - python-setuptools
+ 
+The content repository requires additional packages and will be unable to process
+uploads without them:
+ - libjpeg8
+ - libjpeg8-devel
+ - zlib
+If you choose to install Synapse without these packages, you will need to reinstall
+``pillow`` for changes to be applied, e.g. ``pip uninstall pillow`` ``pip install
+pillow --user``
 
 Troubleshooting: