commit f52cf055bca90f87e1fff3a9d87176658e4472b5 Author: Arturo Filastò hellais@users.noreply.github.com Date: Mon Mar 10 01:33:34 2014 +0100
Add libffi-dev to the dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md index 8504d05..f11e4a0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ There are a few dependencies which we recommend you get from your distribution's archives.
``` -sudo apt-get install build-essential python-dev python-setuptools openssl libsqlite3-dev +sudo apt-get install build-essential python-dev python-setuptools openssl libsqlite3-dev libffi-dev ```
### Tor
tor-commits@lists.torproject.org