From 2d0b1d7661225ed98d9c30ca5feba84380f2ce17 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 27 Jan 2024 12:14:05 +0100 Subject: [PATCH] README.md: update required C++ standard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64962db1..4d2141e3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ a C++ library to parse and create Matroska files ## Building and installing the library libmatroska is based on `cmake`. It requires a C++ compiler compatible -with the C++14 standard as well as +with the C++17 standard as well as [libebml](https://github.com/Matroska-Org/libebml). This means that the normal build process consists of the usual steps: