From b166e8621660918881da23a9c01ab421b40823ac Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 26 May 2025 13:04:05 -0700 Subject: [PATCH] jbig2 doc: mention pkg-config Closes #1484 --- docs/jbig2.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/jbig2.md b/docs/jbig2.md index 4af41e7b..9271339c 100644 --- a/docs/jbig2.md +++ b/docs/jbig2.md @@ -35,11 +35,12 @@ cd jbig2enc 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. For this to work, -please make sure to install `autotools`, `automake`, `libtool` and -`leptonica` first if not already installed. +please make sure to install `autotools`, `automake`, `libtool`, `pkg-config` +and `leptonica` first if not already installed. Other dependencies might +be required depending on your system. :::{code} bash -[sudo] apt install autotools-dev automake libtool libleptonica-dev +[sudo] apt install autotools-dev automake libtool libleptonica-dev pkg-config ::: {#jbig2-lossy}