Skip to content

Commit 3dc4352

Browse files
committed
update install information[docs]
1 parent 604dee8 commit 3dc4352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Linux
3838
from source.
3939
4040
There is many different ways how to build it from source. Main requirements are:
41-
* libheif should be version ``1.12``
41+
* libheif should be version ``1.12`` or ``1.13``
4242
* ``x265`` should support 10 - 12 bit encoding(if you want to save in that bitness)
4343
* ``aom`` should be >= ``3.0.0`` version
4444

@@ -49,8 +49,8 @@ There is many different ways how to build it from source. Main requirements are:
4949
and after that compile it from source.
5050

5151
If you have questions about custom build from sources you can ask them in discussions or create an issue.
52-
And for those who needs only ``HEIF`` decoding, there is a github action file `build-ph-lite` that builds wheels only with
53-
``libde265`` and ``libheif``.
52+
And for those who needs only ``HEIF`` decoding, there is a github action file `publish-pypi-pi_heif.yml` that
53+
builds wheels only with ``libde265`` and ``libheif``.
5454

5555
Also if you are Guru in ``cmake`` and ``c++`` and find any error, I'll be glad for any pull requests.
5656

@@ -88,7 +88,7 @@ Using **msys2** terminal change working directory and install `libheif`::
8888

8989
cd .../pillow_heif/libheif/windows/mingw-w64-libheif
9090
makepkg-mingw --syncdeps
91-
pacman -U mingw-w64-x86_64-libheif-1.12.0-9-any.pkg.tar.zst
91+
pacman -U mingw-w64-x86_64-libheif-1.13.0-2-any.pkg.tar.zst
9292

9393
.. note::
9494
This is needed, so we dont want to `dav1d` or `rav1e` to be installed as the dependencies.

0 commit comments

Comments
 (0)