We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6851ea7 commit b166e86Copy full SHA for b166e86
1 file changed
docs/jbig2.md
@@ -35,11 +35,12 @@ cd jbig2enc
35
Dependencies include libtoolize and libleptonica, which on Ubuntu
36
systems are packaged as libtool and libleptonica-dev. On Fedora (35)
37
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.
+please make sure to install `autotools`, `automake`, `libtool`, `pkg-config`
+and `leptonica` first if not already installed. Other dependencies might
40
+be required depending on your system.
41
42
:::{code} bash
-[sudo] apt install autotools-dev automake libtool libleptonica-dev
43
+[sudo] apt install autotools-dev automake libtool libleptonica-dev pkg-config
44
:::
45
46
{#jbig2-lossy}
0 commit comments