Skip to content

Commit

Permalink
README.md: update required C++ standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunkus committed Jan 27, 2024
1 parent 82e56c7 commit 2d0b1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2d0b1d7

Please sign in to comment.