diff options
| author | levlam <levlam@telegram.org> | 2025-02-13 20:31:15 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-02-13 20:31:15 +0300 |
| commit | 5beadff4489b4e71246208f7c866ed4650d69d77 (patch) | |
| tree | 838a62e503f7f23611e9081fd80f31120c1ca02c /README.md | |
| parent | 051b1d4d32a315e59ce87cfafab350887843de8c (diff) | |
Require a C++17-compatible compiler.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
