From a0a8f45a1c8ca7952e4596785ad399ec47b7a0af Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 17 Aug 2017 19:12:19 -0400 Subject: Add libjpeg dependency --- manual/qpdf-manual.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'manual/qpdf-manual.xml') diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml index 0266a1dc..ac1de4c6 100644 --- a/manual/qpdf-manual.xml +++ b/manual/qpdf-manual.xml @@ -93,14 +93,22 @@ System Requirements - The qpdf package has only one external dependencies. In - order to build qpdf, the following packages are required: + The qpdf package has few external dependencies. In order to build + qpdf, the following packages are required: zlib: http://www.zlib.net/ + + + jpeg: http://www.ijg.org/files/ + or https://libjpeg-turbo.org/ + + gnu make 3.81 or newer: http://www.gnu.org/software/make @@ -1509,7 +1517,7 @@ outfile.pdf When linking against the qpdf static library, you may also need to - specify -lz on your link command. If + specify -lz -ljpeg on your link command. If your system understands how to read libtool .la files, this may not be necessary. -- cgit v1.2.3-54-g00ecf