Doc: add links to dependecies' build instructions

This commit is contained in:
Fabien LOISON 2021-06-28 16:16:02 +02:00
parent 21b1d90e2b
commit 73f9b2bbd3
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 11 additions and 0 deletions

View File

@ -39,6 +39,17 @@ Build and install using the following command (as ``root`` on Linux)::
python3 setup.py install
.. NOTE::
On "exotic" platforms (a.k.a. old systems, non-intel machines, distribution
that do not use libc6 (like Alpine that uses Musl),...) you may have to
also compile YOGA's dependencies. Here are some links to their respective
documentations:
* `Building Pillow from sources <https://pillow.readthedocs.io/en/stable/installation.html#building-from-source>`_
* `Installing PyGuetzli from sources <https://wanadev.github.io/pyguetzli/install.html#installing-from-source>`_
* `ZopfliPy documentation <https://github.com/hattya/zopflipy>`_ (only basic build dependencies seems to be required)
Windows Standalone Releases
---------------------------