Skip to content

Commit b166e86

Browse files
committed
jbig2 doc: mention pkg-config
Closes #1484
1 parent 6851ea7 commit b166e86

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/jbig2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ cd jbig2enc
3535
Dependencies include libtoolize and libleptonica, which on Ubuntu
3636
systems are packaged as libtool and libleptonica-dev. On Fedora (35)
3737
they are packaged as libtool and leptonica-devel. For this to work,
38-
please make sure to install `autotools`, `automake`, `libtool` and
39-
`leptonica` first if not already installed.
38+
please make sure to install `autotools`, `automake`, `libtool`, `pkg-config`
39+
and `leptonica` first if not already installed. Other dependencies might
40+
be required depending on your system.
4041

4142
:::{code} bash
42-
[sudo] apt install autotools-dev automake libtool libleptonica-dev
43+
[sudo] apt install autotools-dev automake libtool libleptonica-dev pkg-config
4344
:::
4445

4546
{#jbig2-lossy}

0 commit comments

Comments
 (0)