Add autotools automake libtool and leptonica requirements (#1230)

These tools are required for a successful install of JBIG2 on Ubuntu
This commit is contained in:
Maxi
2024-01-09 11:58:17 -08:00
committed by GitHub
parent daabb5b100
commit 75bf8e4ba2
+9 -1
View File
@@ -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
================