diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-06-14 20:37:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 20:37:52 +0200 |
commit | 37bffbc28f9278ce427bbc917da18a026e96c398 (patch) | |
tree | ee1a0c27799a1cacd0a9ce6cec571ca5d68c376b | |
parent | e377746842c1ae07dd6c4fdf6aa7eb0002b5cdcf (diff) | |
parent | c51f3f1eb250dc006af3de340b1d20b759fed9d7 (diff) |
Merge pull request #8488 from Mic92/update-requirements
nix actually needs c++20 now
-rw-r--r-- | doc/manual/src/installation/prerequisites-source.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/installation/prerequisites-source.md b/doc/manual/src/installation/prerequisites-source.md index 5a708f11b..d4babf1ea 100644 --- a/doc/manual/src/installation/prerequisites-source.md +++ b/doc/manual/src/installation/prerequisites-source.md @@ -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 |