Update README.rst
Add gotcha: The content repository requires additional cygwin packages.
This commit is contained in:
parent
f8cc8a66b4
commit
20923ffd43
|
@ -144,6 +144,15 @@ Synapse can be installed on Cygwin. It requires the following Cygwin packages:
|
||||||
- python
|
- python
|
||||||
- python-setuptools
|
- 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:
|
Troubleshooting:
|
||||||
|
|
||||||
- You may need to upgrade ``setuptools`` to get this to work correctly:
|
- You may need to upgrade ``setuptools`` to get this to work correctly:
|
||||||
|
|
Loading…
Reference in New Issue