You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ We assume Linux or macOS. Under Windows 10, you can get the [Linux Subsystem](ht
42
42
- Our scripts should work out of the box on most Linux boxes, except maybe when they are configured to act as secure servers (e.g., without a C compiler).
43
43
- If you have a mac, it is assumed that [you have installed a recent Xcode package](https://developer.apple.com/xcode/) to get
44
44
the C (and C++) compiler. Make sure you have installed the command-line utilities.
45
-
- C++ compiler supporting C++23 (GCC 14+ or Clang 17+ recommended)
45
+
- C++ compiler supporting C++20 (GCC 14+ or Clang 17+ recommended)
0 commit comments