Commit 02b2201e2144d291b5f5457427b8cb2f25924304

Authored by Jay Berkenbilt
Committed by GitHub
2 parents fbdb516f 55de9de7

Merge pull request #1645 from m-holger/readme

Update README for C++20 requirement
Showing 1 changed file with 2 additions and 1 deletions
README.md
@@ -51,7 +51,8 @@ information. The Artistic License appears in the file [Artistic-2.0](Artistic-2. @@ -51,7 +51,8 @@ information. The Artistic License appears in the file [Artistic-2.0](Artistic-2.
51 51
52 # Prerequisites 52 # Prerequisites
53 53
54 -qpdf requires a C++ compiler that supports C++-17. 54 +To build and test qpdf, a C++ compiler that supports C++20 is required. To link with qpdf, a C++17-compatible compiler
  55 +is sufficient.
55 56
56 To compile and link something with qpdf, you can use `pkg-config` with package name `libqpdf` or `cmake` with package 57 To compile and link something with qpdf, you can use `pkg-config` with package name `libqpdf` or `cmake` with package
57 name `qpdf`. Here's an example of a `CMakeLists.txt` file that builds a program with the qpdf library: 58 name `qpdf`. Here's an example of a `CMakeLists.txt` file that builds a program with the qpdf library: