Skip to content

Commit 42090b1

Browse files
committed
fix(readme): C++23 required
1 parent 332aaa8 commit 42090b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ There are helper functions in [Ipc.cpp](src/Ipc.cpp) (`IpcPacket::set*`) that sh
100100

101101
## Building tev
102102

103-
All that is required for building __tev__ is [CMake](https://cmake.org/) and a C++20-compatible compiler. On Windows, that's Visual Studio 2019 and newer. On Linux and macOS, your system's GCC or Clang compiler is likely sufficient.
103+
All that is required for building __tev__ is [CMake](https://cmake.org/) and a C++23-compatible compiler.
104104

105105
Most Linux distributions additionally require _xorg_, _wayland_, _gl_, and _dbus_. On Ubuntu/Debian simply call
106106
```sh

0 commit comments

Comments
 (0)