aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-10-06 12:58:25 +0200
committerJay Berkenbilt <ejb@ql.org>2022-10-06 12:58:38 +0200
commit6826330adc9dfe3f8ac6c0d911991d4591653151 (patch)
tree08e3e03c4555c0e759f186075a3d3f13c5e3212e /README.md
parent741211a199923310dad880ea1dc903ca2476ad48 (diff)
downloadqpdf-6826330adc9dfe3f8ac6c0d911991d4591653151.tar.zst
Require a C++-17 compiler
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f768adfb..e7b2b601 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Versions of qpdf prior to version 7 were released under the terms of version 2.0
# Prerequisites
-QPDF requires a C++ compiler that supports C++-14.
+QPDF requires a C++ compiler that supports C++-17.
To compile and link something with qpdf, you can use `pkg-config` with package name `libqpdf` or `cmake` with package name `qpdf`. Here's an example of a `CMakeLists.txt` file that builds a program with the qpdf library: