Commit 55de9de793ad03df81a022e239609021acd023c8
1 parent
446e137e
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: |