Merge pull request #8488 from Mic92/update-requirements

nix actually needs c++20 now
This commit is contained in:
John Ericson 2023-06-14 20:37:52 +02:00 committed by GitHub
commit 37bffbc28f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
- Bash Shell. The `./configure` script relies on bashisms, so Bash is
required.
- A version of GCC or Clang that supports C++17.
- A version of GCC or Clang that supports C++20.
- `pkg-config` to locate dependencies. If your distribution does not
provide it, you can get it from