From 4c3c5a9e2735cb7d8a3216d6d61ece0874140903 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 5 Jan 2025 22:30:09 +0100 Subject: [PATCH] add missing dependencies (found in Debian 12) --- .gitignore | 1 + README.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aa260a2..4df114e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ build/ dist/ sdist/ *.egg-info/ +venv/ diff --git a/README.rst b/README.rst index 6c6c321..654799a 100644 --- a/README.rst +++ b/README.rst @@ -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.