aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-02-13 20:31:15 +0300
committerlevlam <levlam@telegram.org>2025-02-13 20:31:15 +0300
commit5beadff4489b4e71246208f7c866ed4650d69d77 (patch)
tree838a62e503f7f23611e9081fd80f31120c1ca02c /README.md
parent051b1d4d32a315e59ce87cfafab350887843de8c (diff)
Require a C++17-compatible compiler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00ad1629d..6aa1c3ba9 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ for a list of all available `TDLib` [methods](https://core.telegram.org/tdlib/do
## Dependencies
`TDLib` depends on:
-* C++14 compatible compiler (Clang 3.4+, GCC 4.9+, MSVC 19.0+ (Visual Studio 2015+), Intel C++ Compiler 17+)
+* C++17 compatible compiler (Clang 5.0+, GCC 7.0+, MSVC 19.1+ (Visual Studio 2017.7+), Intel C++ Compiler 19+)
* OpenSSL
* zlib
* gperf (build only)