Skip to content

Commit

Permalink
Fixed googleapis#68 - Apparently libffi-dev is a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeewax committed Mar 25, 2014
1 parent c483c60 commit 6ebf806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Chances are you have some dependency problems,
if you're on Ubuntu,
try installing the pre-compiled packages::

$ sudo apt-get install python-crypto python-openssl
$ sudo apt-get install python-crypto python-openssl libffi-dev

or try installing the development packages
(that have the header files included)
and then ``pip install`` the dependencies again::

$ sudo apt-get install python-dev libssl-dev
$ sudo apt-get install python-dev libssl-dev libffi-dev

How do I build the docs?
------------------------
Expand Down

0 comments on commit 6ebf806

Please sign in to comment.