From 55de9de793ad03df81a022e239609021acd023c8 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 6 Dec 2025 19:07:28 +0000 Subject: [PATCH] Update README for C++20 requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c232b9..1b08994 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ information. The Artistic License appears in the file [Artistic-2.0](Artistic-2. # Prerequisites -qpdf requires a C++ compiler that supports C++-17. +To build and test qpdf, a C++ compiler that supports C++20 is required. To link with qpdf, a C++17-compatible compiler +is sufficient. 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: -- libgit2 0.21.4