mirror of
https://github.com/gryf/ebook-converter.git
synced 2026-04-24 07:01:30 +02:00
add missing dependencies (found in Debian 12)
This commit is contained in:
@@ -3,3 +3,4 @@ build/
|
|||||||
dist/
|
dist/
|
||||||
sdist/
|
sdist/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
venv/
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ To build and run ebook converter, you'll need:
|
|||||||
- setuptools
|
- setuptools
|
||||||
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
|
- ``pdftohtml``, ``pdfinfo`` and ``pdftoppm`` from `poppler`_ project for
|
||||||
conversion from PDF available in ``$PATH``
|
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
|
No Python2 support. Even if Calibre probably still is able to run on Python2, I
|
||||||
do not have an intention to support it.
|
do not have an intention to support it.
|
||||||
|
|||||||
Reference in New Issue
Block a user