aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2025-04-07 19:09:30 +0300
committerlevlam <levlam@telegram.org>2025-04-07 19:09:30 +0300
commitd65323757811b99291ddce9b4af0aaa04b1f3d74 (patch)
tree15257571d63defab36267fe46a235594ab6f8d5c
parent5fe7a665c21fb261b8611c75d0c4ef4b3eb6f8d7 (diff)
Update required dependency versions in README.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e04c743..e782d16 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,9 @@ To build and run `Telegram Bot API server` you will need:
* OpenSSL
* zlib
-* C++14 compatible compiler (e.g., Clang 3.4+, GCC 4.9+, MSVC 19.0+ (Visual Studio 2015+), Intel C++ Compiler 17+) (build only)
+* C++17 compatible compiler (e.g., Clang 5.0+, GCC 7.0+, MSVC 19.1+ (Visual Studio 2017.7+), Intel C++ Compiler 19+) (build only)
* gperf (build only)
-* CMake (3.0.2+, build only)
+* CMake (3.10+, build only)
<a name="usage"></a>
## Usage