diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 02:28:47 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 02:28:47 +0100 |
commit | 0e5b367a3c83d49e6b7ae83a5b0ac679a459aada (patch) | |
tree | 6ae233240308859fff100f7c4e22ff5843f5bfa2 /README.md | |
parent | Mention qt5 image formats in FAQ (diff) | |
download | nheko-0e5b367a3c83d49e6b7ae83a5b0ac679a459aada.tar.xz |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 1423ea9a..6a980169 100644 --- a/README.md +++ b/README.md @@ -260,8 +260,8 @@ KDE has similar plugins, that can extend the supported image types even more. - XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`. - [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.) - A compiler that supports C++ 20: - - Clang 6 (tested on Travis CI) - - GCC 7 (tested on Travis CI) + - Clang 11 (Only clazy 13 is tested in CI) + - GCC 10 (tested on Gitlab CI) - MSVC 19.13 (tested on AppVeyor) Nheko can use bundled version for most of those libraries automatically, if the versions in your distro are too old. |