1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00

Add libffi-dev to recent Ubuntu/Debian deps in doc

Fix #458.
This commit is contained in:
Guillaume Ayoub 2017-06-15 07:44:51 +02:00
parent 86e4c63f4a
commit 0e9c5a3b5c

View File

@ -108,13 +108,13 @@ Ubuntu 16.04 Xenial or newer:
.. code-block:: sh
sudo apt-get install python3-dev python3-pip python3-lxml python3-cffi libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 shared-mime-info
sudo apt-get install python3-dev python3-pip python3-lxml python3-cffi libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
Debian 8.0 Jessie or newer, Ubuntu 14.04 Trusty or newer:
.. code-block:: sh
sudo apt-get install python-dev python-pip python-lxml python-cffi libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 shared-mime-info
sudo apt-get install python-dev python-pip python-lxml python-cffi libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info
Debian 7.0 Wheezy or newer, Ubuntu 12.04 Precise or newer: