aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 20:26:54 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 22:27:58 +0100
commit1b3f84f967daf9a668a5b1f5337d5d3d96e9112b (patch)
tree929d0bdf44742a118a08ebc0b92f4bb413c9efb4 /README.md
parent9fcf61b2f6e9f6670c5ef7103242b4640712dd4f (diff)
downloadqpdf-1b3f84f967daf9a668a5b1f5337d5d3d96e9112b.tar.zst
Require C++14 instead of C++11
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 646091ec..9a59ba9c 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,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++-11.
+QPDF requires a C++ compiler that supports C++-14.
QPDF depends on the external libraries [zlib](https://www.zlib.net/) and [jpeg](https://www.ijg.org/files/). The [libjpeg-turbo](https://libjpeg-turbo.org/) library is also known to work since it is compatible with the regular jpeg library, and QPDF doesn't use any interfaces that aren't present in the straight jpeg8 API. These are part of every Linux distribution and are readily available. Download information appears in the documentation. For Windows, you can download pre-built binary versions of these libraries for some compilers; see [README-windows.md](README-windows.md) for additional details.