Skip to content

Commit 0282d37

Browse files
authored
corrected C++17 to C++20 in README
1 parent 8fc9973 commit 0282d37

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ The instructions below contain all of the gory detail. There are a few quirks wi
2121
## prerequisites: overview
2222

2323
### Compiler
24-
Otcetera requires a C++17 compiler. You can use
25-
* g++ version 9 (or higer)
26-
* clang++ version 11 (or higher)
27-
* XCode version 13 (or higher)
24+
Otcetera requires a C++20 compiler.
2825

2926
### Build tools: meson, cmake, and ninja
3027
To build otcetera, we need the build tools

0 commit comments

Comments
 (0)