diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-13 20:51:06 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-13 20:51:06 +0200 |
commit | 9ba97217e2ee6378cc7cf338828d093b81e6b8f4 (patch) | |
tree | fa3576f4eabb0b9d6e5d69a067c0d6b7579ee32d /README.md | |
parent | a831d6f9cd55e33061e748b29cf256ba84ece20d (diff) | |
download | libquotient-9ba97217e2ee6378cc7cf338828d093b81e6b8f4.tar.gz libquotient-9ba97217e2ee6378cc7cf338828d093b81e6b8f4.zip |
Refresh documentation
CONTRIBUTING.md got bitrotten in quite a few places.
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ and bundle it with your application. - Qt 5 (either Open Source or Commercial), 5.12 or higher - CMake 3.16 or newer (from your package management system or [the official website](https://cmake.org/download/)) -- A C++ toolchain with complete (as much as possible) C++17 and basic C++20: +- A C++ toolchain with that supports at least some subset of C++20: - GCC 10 (Windows, Linux, macOS), Clang 11 (Linux), Apple Clang 12 (macOS) and Visual Studio 2019 (Windows) are the oldest officially supported. - Any build system that works with CMake should be fine: |