From e027196c8a8972f36623d8b737790ee3aa4c65e4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 14 Aug 2024 18:41:47 +0200 Subject: [PATCH] Don't ask to download CMake on Windows. The one from Visual Studio works just fine now. --- docs/building-win.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/building-win.md b/docs/building-win.md index 0815b10f1e..85d76ccae4 100644 --- a/docs/building-win.md +++ b/docs/building-win.md @@ -21,7 +21,6 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. ## Install third party software * Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH. -* Download **CMake 3.21 or later** installer from [https://cmake.org/download/](https://cmake.org/download/) and install it. * Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it. ## Clone source code and prepare libraries