
1 May
2015
1 May
'15
7:10 a.m.
commit 3d3be783be1bc2885e5890dc191ca73c0a4c44eb Author: Isis Lovecruft <isis@torproject.org> Date: Wed Mar 25 21:52:44 2015 +0000 Make a note in README.rst that we have to install libjpeg.dev. Otherwise the QRCode generator won't work. --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 3c8c1e3..5715a88 100644 --- a/README.rst +++ b/README.rst @@ -87,6 +87,7 @@ BridgeDB requires the following OS-level dependencies: - libgeoip-dev - geoip-database - `python-setuptools <https://pypi.python.org/pypi/setuptools>`__ +- libjpeg-dev As well as any Python dependencies in the ``requirements.txt`` file.