From 305e6594befd4ae4acf476e8464d28697ebb5f42 Mon Sep 17 00:00:00 2001 From: belamu <26257151+belamu@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:31:09 +0200 Subject: [PATCH] add Fedora packages in jbig2 doc (#1006) Packages needed to install jbig2 encoding are mentioned for Ubuntu systems but are missing for other systems. This commit adds the infomation in the documentation what the packages are called on Fedora systems. --- docs/jbig2.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/jbig2.rst b/docs/jbig2.rst index b435d794..95ae027c 100644 --- a/docs/jbig2.rst +++ b/docs/jbig2.rst @@ -37,7 +37,8 @@ For all other Linux, you must build a JBIG2 encoder from source: .. _jbig2-lossy: Dependencies include libtoolize and libleptonica, which on Ubuntu systems -are packaged as libtool and libleptonica-dev. +are packaged as libtool and libleptonica-dev. On Fedora (35) they are packaged +as libtool and leptonica-devel. Lossy mode JBIG2 ================