From 75bf8e4ba2d4d7e437d6cb208e981a2407c963a7 Mon Sep 17 00:00:00 2001 From: Maxi Date: Tue, 9 Jan 2024 20:58:17 +0100 Subject: [PATCH] Add autotools automake libtool and leptonica requirements (#1230) These tools are required for a successful install of JBIG2 on Ubuntu --- docs/jbig2.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/jbig2.rst b/docs/jbig2.rst index cc447d3a..c7602857 100644 --- a/docs/jbig2.rst +++ b/docs/jbig2.rst @@ -41,7 +41,15 @@ For all other platforms, you would need to build the JBIG2 encoder from source: Dependencies include libtoolize and libleptonica, which on Ubuntu systems are packaged as libtool and libleptonica-dev. On Fedora (35) they are packaged -as libtool and leptonica-devel. +as libtool and leptonica-devel. For this to work, please make sure to install +``autotools``, ``automake``, ``libtool`` and ``leptonica`` first if not already +installed. + +.. code-block:: bash + + [sudo] apt install autotools-dev automake libtool libleptonica-dev +.. + Lossy mode JBIG2 ================