1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-02-26 04:05:52 +01:00

add missing dependencies (found in Debian 12)

This commit is contained in:
NunoSempere
2025-01-05 22:30:09 +01:00
parent c240495c3d
commit 4c3c5a9e27
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ To build and run ebook converter, you'll need:
- setuptools
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
conversion from PDF available in ``$PATH``
- ``libxml2-dev`` and ``libxslt-dev`` as dependencies for format manipulation
from some of the Calibre code
No Python2 support. Even if Calibre probably still is able to run on Python2, I
do not have an intention to support it.