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 f9b2d1c commit a381440
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 @@ -13,7 +13,7 @@ Specifications may be rendered at http://matroska-org.github.io/libebml/
## Building and installing the library

libebml is based on `cmake` and requires only a C++ compiler
supporting at least the C++14 standard. This means that the normal
supporting at least the C++17 standard. This means that the normal
build process consists of the usual steps:

1. Create a build directory: `mkdir build ; cd build`
Expand Down

0 comments on commit a381440

Please sign in to comment.