aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-11 02:24:16 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-11 03:30:32 +0200
commit9a96e233b051b31289c84f90a321583887b1400a (patch)
tree233f0f9ad9c257b80f13734698e97ba842a59799 /manual
parent30f109e244f365111d5219903f13d64cf1a95054 (diff)
downloadqpdf-9a96e233b051b31289c84f90a321583887b1400a.tar.zst
Remove PCRE
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 5f1a90e2..a944f38a 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -93,7 +93,7 @@
<sect1 id="ref.prerequisites">
<title>System Requirements</title>
<para>
- The qpdf package has relatively few external dependencies. In
+ The qpdf package has only one external dependencies. In
order to build qpdf, the following packages are required:
<itemizedlist>
<listitem>
@@ -103,11 +103,6 @@
</listitem>
<listitem>
<para>
- pcre: <ulink url="http://www.pcre.org/">http://www.pcre.org/</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
gnu make 3.81 or newer: <ulink url="http://www.gnu.org/software/make">http://www.gnu.org/software/make</ulink>
</para>
</listitem>
@@ -1466,7 +1461,7 @@ outfile.pdf</option>
</para>
<para>
When linking against the qpdf static library, you may also need to
- specify <literal>-lpcre -lz</literal> on your link command. If
+ specify <literal>-lz</literal> on your link command. If
your system understands how to read libtool
<filename>.la</filename> files, this may not be necessary.
</para>