mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 02:02:00 -04:00
Merge pull request #240 from letsencrypt/libffi
Add libffi-dev to installation
This commit is contained in:
commit
b7cfed9600
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ Ubuntu
|
|||
::
|
||||
|
||||
sudo apt-get install python python-setuptools python-virtualenv python-dev \
|
||||
gcc swig dialog libaugeas0 libssl-dev ca-certificates
|
||||
gcc swig dialog libaugeas0 libssl-dev libffi-dev \
|
||||
ca-certificates
|
||||
|
||||
|
||||
Mac OSX
|
||||
|
|
|
|||
Loading…
Reference in a new issue